]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - drivers/video/backlight/l4f00242t03.c
backlight: remove use of __devexit_p
[mirror_ubuntu-focal-kernel.git] / drivers / video / backlight / l4f00242t03.c
index 2d90c0648aa056f09992b23d4f70dde5b536137f..157a4c69ef94c549b72ceb1a2699ed5f0a4c8cb0 100644 (file)
@@ -260,7 +260,7 @@ static struct spi_driver l4f00242t03_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = l4f00242t03_probe,
-       .remove         = __devexit_p(l4f00242t03_remove),
+       .remove         = l4f00242t03_remove,
        .shutdown       = l4f00242t03_shutdown,
 };