X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fhecubafb.c;h=1b94643ecbcfff4dd63eca7b52953ba2f702f21e;hb=3568bd9720b4a775f28a718fcbb462ce2f386988;hp=c77bcc6ab463c2ce1cfd17abdb813d490c4376bd;hpb=b74b953b998bcc2db91b694446f3a2619ec32de6;p=pandora-kernel.git diff --git a/drivers/video/hecubafb.c b/drivers/video/hecubafb.c index c77bcc6ab463..1b94643ecbcf 100644 --- a/drivers/video/hecubafb.c +++ b/drivers/video/hecubafb.c @@ -299,7 +299,7 @@ static int __devexit hecubafb_remove(struct platform_device *dev) static struct platform_driver hecubafb_driver = { .probe = hecubafb_probe, - .remove = hecubafb_remove, + .remove = __devexit_p(hecubafb_remove), .driver = { .owner = THIS_MODULE, .name = "hecubafb",