Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc...
[firefly-linux-kernel-4.4.55.git] / drivers / video / hecubafb.c
index c77bcc6ab463c2ce1cfd17abdb813d490c4376bd..1b94643ecbcfff4dd63eca7b52953ba2f702f21e 100644 (file)
@@ -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",