aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sa1100fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sa1100fb.c')
-rw-r--r--drivers/video/sa1100fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sa1100fb.c b/drivers/video/sa1100fb.c
index 4f8043a71f21..2d29db7ef800 100644
--- a/drivers/video/sa1100fb.c
+++ b/drivers/video/sa1100fb.c
@@ -1307,7 +1307,7 @@ sa1100fb_freq_policy(struct notifier_block *nb, unsigned long val,
1307 * Power management hooks. Note that we won't be called from IRQ context, 1307 * Power management hooks. Note that we won't be called from IRQ context,
1308 * unlike the blank functions above, so we may sleep. 1308 * unlike the blank functions above, so we may sleep.
1309 */ 1309 */
1310static int sa1100fb_suspend(struct device *dev, u32 state, u32 level) 1310static int sa1100fb_suspend(struct device *dev, pm_message_t state, u32 level)
1311{ 1311{
1312 struct sa1100fb_info *fbi = dev_get_drvdata(dev); 1312 struct sa1100fb_info *fbi = dev_get_drvdata(dev);
1313 1313