diff options
Diffstat (limited to 'drivers/video/w100fb.c')
-rw-r--r-- | drivers/video/w100fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/w100fb.c b/drivers/video/w100fb.c index 057e154c8858..58cd2ad84afb 100644 --- a/drivers/video/w100fb.c +++ b/drivers/video/w100fb.c | |||
@@ -544,7 +544,7 @@ static void w100fb_clear_buffer(void) | |||
544 | 544 | ||
545 | 545 | ||
546 | #ifdef CONFIG_PM | 546 | #ifdef CONFIG_PM |
547 | static int w100fb_suspend(struct device *dev, u32 state, u32 level) | 547 | static int w100fb_suspend(struct device *dev, pm_message_t state, u32 level) |
548 | { | 548 | { |
549 | if (level == SUSPEND_POWER_DOWN) { | 549 | if (level == SUSPEND_POWER_DOWN) { |
550 | struct fb_info *info = dev_get_drvdata(dev); | 550 | struct fb_info *info = dev_get_drvdata(dev); |