pinctrl: remove use of __devexit_p
[deliverable/linux.git] / drivers / pinctrl / spear / pinctrl-spear1340.c
index 0606b8cf3f2c10923014917d190d3f5ef73cd0aa..b9f72948c05daec52765e8d263c23f54d701a5da 100644 (file)
@@ -2005,7 +2005,7 @@ static struct platform_driver spear1340_pinctrl_driver = {
                .of_match_table = spear1340_pinctrl_of_match,
        },
        .probe = spear1340_pinctrl_probe,
-       .remove = __devexit_p(spear1340_pinctrl_remove),
+       .remove = spear1340_pinctrl_remove,
 };
 
 static int __init spear1340_pinctrl_init(void)
This page took 0.025411 seconds and 5 git commands to generate.