]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/video/s3c-fb.c
iwmc3200wifi: select IWMC3200TOP in Kconfig
[mv-sheeva.git] / drivers / video / s3c-fb.c
index 5a72083dc67c76c4b7f9f9f2fbb4c5604cab5eca..adf9632c6b1f5db885bfc31274e0f712b4014163 100644 (file)
@@ -1036,7 +1036,7 @@ static int s3c_fb_resume(struct platform_device *pdev)
 
 static struct platform_driver s3c_fb_driver = {
        .probe          = s3c_fb_probe,
-       .remove         = s3c_fb_remove,
+       .remove         = __devexit_p(s3c_fb_remove),
        .suspend        = s3c_fb_suspend,
        .resume         = s3c_fb_resume,
        .driver         = {