summaryrefslogtreecommitdiff
path: root/drivers/staging/gma500/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/gma500/power.h')
-rw-r--r--drivers/staging/gma500/power.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/gma500/power.h b/drivers/staging/gma500/power.h
index 333b28d..1969d2e 100644
--- a/drivers/staging/gma500/power.h
+++ b/drivers/staging/gma500/power.h
@@ -39,8 +39,8 @@ void gma_power_uninit(struct drm_device *dev);
/*
* The kernel bus power management will call these functions
*/
-int gma_power_suspend(struct pci_dev *pdev, pm_message_t state);
-int gma_power_resume(struct pci_dev *pdev);
+int gma_power_suspend(struct device *dev);
+int gma_power_resume(struct device *dev);
/*
* These are the functions the driver should use to wrap all hw access