Input: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
5298cc4cc7
commit
e2619cf78e
@@ -601,7 +601,7 @@ err_mem_free:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int __devexit synaptics_i2c_remove(struct i2c_client *client)
|
||||
static int synaptics_i2c_remove(struct i2c_client *client)
|
||||
{
|
||||
struct synaptics_i2c *touch = i2c_get_clientdata(client);
|
||||
|
||||
|
Reference in New Issue
Block a user