]> Pileus Git - ~andy/linux/blobdiff - drivers/input/misc/ad714x-i2c.c
Input: remove use of __devexit
[~andy/linux] / drivers / input / misc / ad714x-i2c.c
index 9477602c7211383cea91e231374ae53143347f73..29d2064c26f23941ed372ddec8ce10b99cbbe371 100644 (file)
@@ -87,7 +87,7 @@ static int ad714x_i2c_probe(struct i2c_client *client,
        return 0;
 }
 
-static int __devexit ad714x_i2c_remove(struct i2c_client *client)
+static int ad714x_i2c_remove(struct i2c_client *client)
 {
        struct ad714x_chip *chip = i2c_get_clientdata(client);