]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/extcon/extcon-max8997.c
extcon: remove use of __devexit_p
[mirror_ubuntu-jammy-kernel.git] / drivers / extcon / extcon-max8997.c
index 49812991c5e69fe518a811a77c10053e4a018aac..bad76f51161b33a532cb8ccab2a801306d1f3732 100644 (file)
@@ -531,7 +531,7 @@ static struct platform_driver max8997_muic_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = max8997_muic_probe,
-       .remove         = __devexit_p(max8997_muic_remove),
+       .remove         = max8997_muic_remove,
 };
 
 module_platform_driver(max8997_muic_driver);