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:
Bill Pemberton
2012-11-23 21:50:47 -08:00
committed by Dmitry Torokhov
parent 5298cc4cc7
commit e2619cf78e
141 changed files with 149 additions and 149 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ static int gpio_mouse_probe(struct platform_device *pdev)
return error;
}
static int __devexit gpio_mouse_remove(struct platform_device *pdev)
static int gpio_mouse_remove(struct platform_device *pdev)
{
struct input_polled_dev *input = platform_get_drvdata(pdev);
struct gpio_mouse_platform_data *pdata = input->private;
+1 -1
View File
@@ -114,7 +114,7 @@ fail:
return error;
}
static int __devexit remove_maple_mouse(struct device *dev)
static int remove_maple_mouse(struct device *dev)
{
struct maple_device *mdev = to_maple_dev(dev);
struct dc_mouse *mse = maple_get_drvdata(mdev);
+1 -1
View File
@@ -299,7 +299,7 @@ err_free_gpio:
return error;
}
static int __devexit navpoint_remove(struct platform_device *pdev)
static int navpoint_remove(struct platform_device *pdev)
{
const struct navpoint_platform_data *pdata =
dev_get_platdata(&pdev->dev);
+1 -1
View File
@@ -230,7 +230,7 @@ failed:
return error;
}
static int __devexit pxa930_trkball_remove(struct platform_device *pdev)
static int pxa930_trkball_remove(struct platform_device *pdev)
{
struct pxa930_trkball *trkball = platform_get_drvdata(pdev);
int irq = platform_get_irq(pdev, 0);
+1 -1
View File
@@ -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);