]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/misc/apds9802als.c
drivers/misc: remove use of __devexit_p
[mirror_ubuntu-bionic-kernel.git] / drivers / misc / apds9802als.c
index 94923d259910ee16258a6bf6b6dcaf091ccf2244..0132d15a995cc1cb08918fd1ba4ce919f8828b58 100644 (file)
@@ -326,7 +326,7 @@ static struct i2c_driver apds9802als_driver = {
                .pm = APDS9802ALS_PM_OPS,
        },
        .probe = apds9802als_probe,
-       .remove = __devexit_p(apds9802als_remove),
+       .remove = apds9802als_remove,
        .suspend = apds9802als_suspend,
        .resume = apds9802als_resume,
        .id_table = apds9802als_id,