diff options
Diffstat (limited to 'drivers/video/s3c-fb.c')
-rw-r--r-- | drivers/video/s3c-fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 5a72083dc67c..adf9632c6b1f 100644 --- a/drivers/video/s3c-fb.c +++ b/drivers/video/s3c-fb.c | |||
@@ -1036,7 +1036,7 @@ static int s3c_fb_resume(struct platform_device *pdev) | |||
1036 | 1036 | ||
1037 | static struct platform_driver s3c_fb_driver = { | 1037 | static struct platform_driver s3c_fb_driver = { |
1038 | .probe = s3c_fb_probe, | 1038 | .probe = s3c_fb_probe, |
1039 | .remove = s3c_fb_remove, | 1039 | .remove = __devexit_p(s3c_fb_remove), |
1040 | .suspend = s3c_fb_suspend, | 1040 | .suspend = s3c_fb_suspend, |
1041 | .resume = s3c_fb_resume, | 1041 | .resume = s3c_fb_resume, |
1042 | .driver = { | 1042 | .driver = { |