]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/pxafb.c
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / video / pxafb.c
index 40a5d9d66755a9c895e9e9dd2a63e81404b0647d..642c1d47178fbd5a3d6b58efc5e1738b2386f44a 100644 (file)
@@ -2244,7 +2244,7 @@ static int __devexit pxafb_remove(struct platform_device *dev)
 
 static struct platform_driver pxafb_driver = {
        .probe          = pxafb_probe,
-       .remove         = pxafb_remove,
+       .remove         = __devexit_p(pxafb_remove),
        .suspend        = pxafb_suspend,
        .resume         = pxafb_resume,
        .driver         = {