gpio: remove use of __devexit_p
[deliverable/linux.git] / drivers / gpio / gpio-adnp.c
index 3df88336415ed5309a6fd104e1dd522fa46f3eb4..9796b9cbde898fdd65e9d687d128c2cba8f0ba6e 100644 (file)
@@ -601,7 +601,7 @@ static struct i2c_driver adnp_i2c_driver = {
                .of_match_table = of_match_ptr(adnp_of_match),
        },
        .probe = adnp_i2c_probe,
-       .remove = __devexit_p(adnp_i2c_remove),
+       .remove = adnp_i2c_remove,
        .id_table = adnp_i2c_id,
 };
 module_i2c_driver(adnp_i2c_driver);
This page took 0.039584 seconds and 5 git commands to generate.