gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-max7300.c
index 5c92414e4d606462e45226ee3fd34ecbbe1d106a..4b6b9a04e326609dcc45ed35a95ab82a4ced23c1 100644 (file)
@@ -55,7 +55,7 @@ static int max7300_probe(struct i2c_client *client,
        return ret;
 }
 
-static int __devexit max7300_remove(struct i2c_client *client)
+static int max7300_remove(struct i2c_client *client)
 {
        return __max730x_remove(&client->dev);
 }
This page took 0.041545 seconds and 5 git commands to generate.