diff options
Diffstat (limited to 'drivers/video/pxafb.c')
-rw-r--r-- | drivers/video/pxafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/pxafb.c b/drivers/video/pxafb.c index 483ad9bab539..815fbc8317fc 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/pxafb.c | |||
@@ -942,7 +942,7 @@ pxafb_freq_policy(struct notifier_block *nb, unsigned long val, void *data) | |||
942 | * Power management hooks. Note that we won't be called from IRQ context, | 942 | * Power management hooks. Note that we won't be called from IRQ context, |
943 | * unlike the blank functions above, so we may sleep. | 943 | * unlike the blank functions above, so we may sleep. |
944 | */ | 944 | */ |
945 | static int pxafb_suspend(struct device *dev, u32 state, u32 level) | 945 | static int pxafb_suspend(struct device *dev, pm_message_t state, u32 level) |
946 | { | 946 | { |
947 | struct pxafb_info *fbi = dev_get_drvdata(dev); | 947 | struct pxafb_info *fbi = dev_get_drvdata(dev); |
948 | 948 | ||