gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-adnp.c
index 2a34204bc72908aecd59abff757a0b8a49f02f69..e60567fc50736904741d0e1a8e70bb19ddf3c743 100644 (file)
@@ -563,7 +563,7 @@ teardown:
        return err;
 }
 
-static __devexit int adnp_i2c_remove(struct i2c_client *client)
+static int adnp_i2c_remove(struct i2c_client *client)
 {
        struct adnp *adnp = i2c_get_clientdata(client);
        struct device_node *np = client->dev.of_node;
This page took 0.027051 seconds and 5 git commands to generate.