misc: remove use of __devexit
[deliverable/linux.git] / drivers / misc / eeprom / at24.c
index 3c36997bdacd6c78e7b11a50e6fa385eea163f53..2baeec56edfe9432494d67814c9a57b4da9b916d 100644 (file)
@@ -656,7 +656,7 @@ err_out:
        return err;
 }
 
-static int __devexit at24_remove(struct i2c_client *client)
+static int at24_remove(struct i2c_client *client)
 {
        struct at24_data *at24;
        int i;
This page took 0.038248 seconds and 5 git commands to generate.