]> Pileus Git - ~andy/linux/blobdiff - drivers/input/touchscreen/ili210x.c
Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / drivers / input / touchscreen / ili210x.c
index e8fd6c26b76c54e24deee40d664488b6745657ed..1418bdda61bbdde36df38a88eb434be57e3db6ab 100644 (file)
@@ -180,7 +180,7 @@ static const struct attribute_group ili210x_attr_group = {
        .attrs = ili210x_attributes,
 };
 
-static int __devinit ili210x_i2c_probe(struct i2c_client *client,
+static int ili210x_i2c_probe(struct i2c_client *client,
                                       const struct i2c_device_id *id)
 {
        struct device *dev = &client->dev;
@@ -298,7 +298,7 @@ err_free_mem:
        return error;
 }
 
-static int __devexit ili210x_i2c_remove(struct i2c_client *client)
+static int ili210x_i2c_remove(struct i2c_client *client)
 {
        struct ili210x *priv = i2c_get_clientdata(client);