Commit 415ec69f authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

power: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Anton Vorontsov <cbou@mail.ru>
Cc: David Woodhouse <dwmw2@infradead.org>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c8afa640
...@@ -989,7 +989,7 @@ static int pm860x_battery_probe(struct platform_device *pdev) ...@@ -989,7 +989,7 @@ static int pm860x_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit pm860x_battery_remove(struct platform_device *pdev) static int pm860x_battery_remove(struct platform_device *pdev)
{ {
struct pm860x_battery_info *info = platform_get_drvdata(pdev); struct pm860x_battery_info *info = platform_get_drvdata(pdev);
......
...@@ -718,7 +718,7 @@ static int pm860x_charger_probe(struct platform_device *pdev) ...@@ -718,7 +718,7 @@ static int pm860x_charger_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit pm860x_charger_remove(struct platform_device *pdev) static int pm860x_charger_remove(struct platform_device *pdev)
{ {
struct pm860x_charger_info *info = platform_get_drvdata(pdev); struct pm860x_charger_info *info = platform_get_drvdata(pdev);
int i; int i;
......
...@@ -938,7 +938,7 @@ static int ab8500_btemp_suspend(struct platform_device *pdev, ...@@ -938,7 +938,7 @@ static int ab8500_btemp_suspend(struct platform_device *pdev,
#define ab8500_btemp_resume NULL #define ab8500_btemp_resume NULL
#endif #endif
static int __devexit ab8500_btemp_remove(struct platform_device *pdev) static int ab8500_btemp_remove(struct platform_device *pdev)
{ {
struct ab8500_btemp *di = platform_get_drvdata(pdev); struct ab8500_btemp *di = platform_get_drvdata(pdev);
int i, irq; int i, irq;
......
...@@ -2490,7 +2490,7 @@ static int ab8500_charger_suspend(struct platform_device *pdev, ...@@ -2490,7 +2490,7 @@ static int ab8500_charger_suspend(struct platform_device *pdev,
#define ab8500_charger_resume NULL #define ab8500_charger_resume NULL
#endif #endif
static int __devexit ab8500_charger_remove(struct platform_device *pdev) static int ab8500_charger_remove(struct platform_device *pdev)
{ {
struct ab8500_charger *di = platform_get_drvdata(pdev); struct ab8500_charger *di = platform_get_drvdata(pdev);
int i, irq, ret; int i, irq, ret;
......
...@@ -2411,7 +2411,7 @@ static int ab8500_fg_suspend(struct platform_device *pdev, ...@@ -2411,7 +2411,7 @@ static int ab8500_fg_suspend(struct platform_device *pdev,
#define ab8500_fg_resume NULL #define ab8500_fg_resume NULL
#endif #endif
static int __devexit ab8500_fg_remove(struct platform_device *pdev) static int ab8500_fg_remove(struct platform_device *pdev)
{ {
int ret = 0; int ret = 0;
struct ab8500_fg *di = platform_get_drvdata(pdev); struct ab8500_fg *di = platform_get_drvdata(pdev);
......
...@@ -1782,7 +1782,7 @@ static int abx500_chargalg_suspend(struct platform_device *pdev, ...@@ -1782,7 +1782,7 @@ static int abx500_chargalg_suspend(struct platform_device *pdev,
#define abx500_chargalg_resume NULL #define abx500_chargalg_resume NULL
#endif #endif
static int __devexit abx500_chargalg_remove(struct platform_device *pdev) static int abx500_chargalg_remove(struct platform_device *pdev)
{ {
struct abx500_chargalg *di = platform_get_drvdata(pdev); struct abx500_chargalg *di = platform_get_drvdata(pdev);
......
...@@ -1026,7 +1026,7 @@ static int __init omap_sr_probe(struct platform_device *pdev) ...@@ -1026,7 +1026,7 @@ static int __init omap_sr_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit omap_sr_remove(struct platform_device *pdev) static int omap_sr_remove(struct platform_device *pdev)
{ {
struct omap_sr_data *pdata = pdev->dev.platform_data; struct omap_sr_data *pdata = pdev->dev.platform_data;
struct omap_sr *sr_info; struct omap_sr *sr_info;
...@@ -1059,7 +1059,7 @@ static int __devexit omap_sr_remove(struct platform_device *pdev) ...@@ -1059,7 +1059,7 @@ static int __devexit omap_sr_remove(struct platform_device *pdev)
return 0; return 0;
} }
static void __devexit omap_sr_shutdown(struct platform_device *pdev) static void omap_sr_shutdown(struct platform_device *pdev)
{ {
struct omap_sr_data *pdata = pdev->dev.platform_data; struct omap_sr_data *pdata = pdev->dev.platform_data;
struct omap_sr *sr_info; struct omap_sr *sr_info;
......
...@@ -969,7 +969,7 @@ static int bq27000_battery_probe(struct platform_device *pdev) ...@@ -969,7 +969,7 @@ static int bq27000_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit bq27000_battery_remove(struct platform_device *pdev) static int bq27000_battery_remove(struct platform_device *pdev)
{ {
struct bq27x00_device_info *di = platform_get_drvdata(pdev); struct bq27x00_device_info *di = platform_get_drvdata(pdev);
......
...@@ -1655,7 +1655,7 @@ static int charger_manager_probe(struct platform_device *pdev) ...@@ -1655,7 +1655,7 @@ static int charger_manager_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit charger_manager_remove(struct platform_device *pdev) static int charger_manager_remove(struct platform_device *pdev)
{ {
struct charger_manager *cm = platform_get_drvdata(pdev); struct charger_manager *cm = platform_get_drvdata(pdev);
struct charger_desc *desc = cm->desc; struct charger_desc *desc = cm->desc;
......
...@@ -349,7 +349,7 @@ static int collie_bat_probe(struct ucb1x00_dev *dev) ...@@ -349,7 +349,7 @@ static int collie_bat_probe(struct ucb1x00_dev *dev)
return ret; return ret;
} }
static void __devexit collie_bat_remove(struct ucb1x00_dev *dev) static void collie_bat_remove(struct ucb1x00_dev *dev)
{ {
free_irq(gpio_to_irq(COLLIE_GPIO_CO), &collie_bat_main); free_irq(gpio_to_irq(COLLIE_GPIO_CO), &collie_bat_main);
......
...@@ -630,7 +630,7 @@ static s32 da9052_bat_probe(struct platform_device *pdev) ...@@ -630,7 +630,7 @@ static s32 da9052_bat_probe(struct platform_device *pdev)
kfree(bat); kfree(bat);
return ret; return ret;
} }
static int __devexit da9052_bat_remove(struct platform_device *pdev) static int da9052_bat_remove(struct platform_device *pdev)
{ {
int i; int i;
int irq; int irq;
......
...@@ -819,7 +819,7 @@ static int ds2780_battery_probe(struct platform_device *pdev) ...@@ -819,7 +819,7 @@ static int ds2780_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit ds2780_battery_remove(struct platform_device *pdev) static int ds2780_battery_remove(struct platform_device *pdev)
{ {
struct ds2780_device_info *dev_info = platform_get_drvdata(pdev); struct ds2780_device_info *dev_info = platform_get_drvdata(pdev);
......
...@@ -810,7 +810,7 @@ static int ds2781_battery_probe(struct platform_device *pdev) ...@@ -810,7 +810,7 @@ static int ds2781_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit ds2781_battery_remove(struct platform_device *pdev) static int ds2781_battery_remove(struct platform_device *pdev)
{ {
struct ds2781_device_info *dev_info = platform_get_drvdata(pdev); struct ds2781_device_info *dev_info = platform_get_drvdata(pdev);
......
...@@ -351,7 +351,7 @@ static int gab_probe(struct platform_device *pdev) ...@@ -351,7 +351,7 @@ static int gab_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit gab_remove(struct platform_device *pdev) static int gab_remove(struct platform_device *pdev)
{ {
int chan; int chan;
struct gab *adc_bat = platform_get_drvdata(pdev); struct gab *adc_bat = platform_get_drvdata(pdev);
......
...@@ -144,7 +144,7 @@ static int gpio_charger_probe(struct platform_device *pdev) ...@@ -144,7 +144,7 @@ static int gpio_charger_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit gpio_charger_remove(struct platform_device *pdev) static int gpio_charger_remove(struct platform_device *pdev)
{ {
struct gpio_charger *gpio_charger = platform_get_drvdata(pdev); struct gpio_charger *gpio_charger = platform_get_drvdata(pdev);
......
...@@ -754,7 +754,7 @@ static int platform_pmic_battery_probe(struct platform_device *pdev) ...@@ -754,7 +754,7 @@ static int platform_pmic_battery_probe(struct platform_device *pdev)
* pmic_battery_probe. * pmic_battery_probe.
*/ */
static int __devexit platform_pmic_battery_remove(struct platform_device *pdev) static int platform_pmic_battery_remove(struct platform_device *pdev)
{ {
struct pmic_power_module_info *pbi = dev_get_drvdata(&pdev->dev); struct pmic_power_module_info *pbi = dev_get_drvdata(&pdev->dev);
......
...@@ -484,7 +484,7 @@ static int isp1704_charger_probe(struct platform_device *pdev) ...@@ -484,7 +484,7 @@ static int isp1704_charger_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit isp1704_charger_remove(struct platform_device *pdev) static int isp1704_charger_remove(struct platform_device *pdev)
{ {
struct isp1704_charger *isp = platform_get_drvdata(pdev); struct isp1704_charger *isp = platform_get_drvdata(pdev);
......
...@@ -376,7 +376,7 @@ static int jz_battery_probe(struct platform_device *pdev) ...@@ -376,7 +376,7 @@ static int jz_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit jz_battery_remove(struct platform_device *pdev) static int jz_battery_remove(struct platform_device *pdev)
{ {
struct jz_battery *jz_battery = platform_get_drvdata(pdev); struct jz_battery *jz_battery = platform_get_drvdata(pdev);
......
...@@ -522,7 +522,7 @@ static int lp8727_probe(struct i2c_client *cl, const struct i2c_device_id *id) ...@@ -522,7 +522,7 @@ static int lp8727_probe(struct i2c_client *cl, const struct i2c_device_id *id)
return 0; return 0;
} }
static int __devexit lp8727_remove(struct i2c_client *cl) static int lp8727_remove(struct i2c_client *cl)
{ {
struct lp8727_chg *pchg = i2c_get_clientdata(cl); struct lp8727_chg *pchg = i2c_get_clientdata(cl);
......
...@@ -766,7 +766,7 @@ static int lp8788_charger_probe(struct platform_device *pdev) ...@@ -766,7 +766,7 @@ static int lp8788_charger_probe(struct platform_device *pdev)
return 0; return 0;
} }
static int __devexit lp8788_charger_remove(struct platform_device *pdev) static int lp8788_charger_remove(struct platform_device *pdev)
{ {
struct lp8788_charger *pchg = platform_get_drvdata(pdev); struct lp8788_charger *pchg = platform_get_drvdata(pdev);
......
...@@ -238,7 +238,7 @@ static int max17040_probe(struct i2c_client *client, ...@@ -238,7 +238,7 @@ static int max17040_probe(struct i2c_client *client,
return 0; return 0;
} }
static int __devexit max17040_remove(struct i2c_client *client) static int max17040_remove(struct i2c_client *client)
{ {
struct max17040_chip *chip = i2c_get_clientdata(client); struct max17040_chip *chip = i2c_get_clientdata(client);
......
...@@ -775,7 +775,7 @@ static int max17042_probe(struct i2c_client *client, ...@@ -775,7 +775,7 @@ static int max17042_probe(struct i2c_client *client,
return 0; return 0;
} }
static int __devexit max17042_remove(struct i2c_client *client) static int max17042_remove(struct i2c_client *client)
{ {
struct max17042_chip *chip = i2c_get_clientdata(client); struct max17042_chip *chip = i2c_get_clientdata(client);
......
...@@ -345,7 +345,7 @@ static int max8903_probe(struct platform_device *pdev) ...@@ -345,7 +345,7 @@ static int max8903_probe(struct platform_device *pdev)
return ret; return ret;
} }
static __devexit int max8903_remove(struct platform_device *pdev) static int max8903_remove(struct platform_device *pdev)
{ {
struct max8903_data *data = platform_get_drvdata(pdev); struct max8903_data *data = platform_get_drvdata(pdev);
......
...@@ -414,7 +414,7 @@ static int max8925_init_charger(struct max8925_chip *chip, ...@@ -414,7 +414,7 @@ static int max8925_init_charger(struct max8925_chip *chip,
return 0; return 0;
} }
static __devexit int max8925_deinit_charger(struct max8925_power_info *info) static int max8925_deinit_charger(struct max8925_power_info *info)
{ {
struct max8925_chip *chip = info->chip; struct max8925_chip *chip = info->chip;
int irq; int irq;
...@@ -501,7 +501,7 @@ static int max8925_power_probe(struct platform_device *pdev) ...@@ -501,7 +501,7 @@ static int max8925_power_probe(struct platform_device *pdev)
return ret; return ret;
} }
static __devexit int max8925_power_remove(struct platform_device *pdev) static int max8925_power_remove(struct platform_device *pdev)
{ {
struct max8925_power_info *info = platform_get_drvdata(pdev); struct max8925_power_info *info = platform_get_drvdata(pdev);
......
...@@ -167,7 +167,7 @@ static int max8997_battery_probe(struct platform_device *pdev) ...@@ -167,7 +167,7 @@ static int max8997_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit max8997_battery_remove(struct platform_device *pdev) static int max8997_battery_remove(struct platform_device *pdev)
{ {
struct charger_data *charger = platform_get_drvdata(pdev); struct charger_data *charger = platform_get_drvdata(pdev);
......
...@@ -178,7 +178,7 @@ static int max8998_battery_probe(struct platform_device *pdev) ...@@ -178,7 +178,7 @@ static int max8998_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit max8998_battery_remove(struct platform_device *pdev) static int max8998_battery_remove(struct platform_device *pdev)
{ {
struct max8998_battery_data *max8998 = platform_get_drvdata(pdev); struct max8998_battery_data *max8998 = platform_get_drvdata(pdev);
......
...@@ -659,7 +659,7 @@ static int olpc_battery_probe(struct platform_device *pdev) ...@@ -659,7 +659,7 @@ static int olpc_battery_probe(struct platform_device *pdev)
return ret; return ret;
} }
static int __devexit olpc_battery_remove(struct platform_device *pdev) static int olpc_battery_remove(struct platform_device *pdev)
{ {
device_remove_file(olpc_bat.dev, &olpc_bat_error); device_remove_file(olpc_bat.dev, &olpc_bat_error);
device_remove_bin_file(olpc_bat.dev, &olpc_bat_eeprom); device_remove_bin_file(olpc_bat.dev, &olpc_bat_eeprom);
......
...@@ -447,7 +447,7 @@ static int pcf50633_mbc_probe(struct platform_device *pdev) ...@@ -447,7 +447,7 @@ static int pcf50633_mbc_probe(struct platform_device *pdev)
return 0; return 0;
} }
static int __devexit pcf50633_mbc_remove(struct platform_device *pdev) static int pcf50633_mbc_remove(struct platform_device *pdev)
{ {
struct pcf50633_mbc *mbc = platform_get_drvdata(pdev); struct pcf50633_mbc *mbc = platform_get_drvdata(pdev);
int i; int i;
......
...@@ -800,7 +800,7 @@ static int sbs_probe(struct i2c_client *client, ...@@ -800,7 +800,7 @@ static int sbs_probe(struct i2c_client *client,
return rc; return rc;
} }
static int __devexit sbs_remove(struct i2c_client *client) static int sbs_remove(struct i2c_client *client)
{ {
struct sbs_info *chip = i2c_get_clientdata(client); struct sbs_info *chip = i2c_get_clientdata(client);
......
...@@ -409,7 +409,7 @@ static int tosa_bat_probe(struct platform_device *dev) ...@@ -409,7 +409,7 @@ static int tosa_bat_probe(struct platform_device *dev)
return ret; return ret;
} }
static int __devexit tosa_bat_remove(struct platform_device *dev) static int tosa_bat_remove(struct platform_device *dev)
{ {
free_irq(gpio_to_irq(TOSA_GPIO_JACKET_DETECT), &tosa_bat_jacket); free_irq(gpio_to_irq(TOSA_GPIO_JACKET_DETECT), &tosa_bat_jacket);
free_irq(gpio_to_irq(TOSA_GPIO_BAT1_CRG), &tosa_bat_jacket); free_irq(gpio_to_irq(TOSA_GPIO_BAT1_CRG), &tosa_bat_jacket);
......
...@@ -207,7 +207,7 @@ static int wm831x_backup_probe(struct platform_device *pdev) ...@@ -207,7 +207,7 @@ static int wm831x_backup_probe(struct platform_device *pdev)
return ret; return ret;
} }
static __devexit int wm831x_backup_remove(struct platform_device *pdev) static int wm831x_backup_remove(struct platform_device *pdev)
{ {
struct wm831x_backup *devdata = platform_get_drvdata(pdev); struct wm831x_backup *devdata = platform_get_drvdata(pdev);
......
...@@ -625,7 +625,7 @@ static int wm831x_power_probe(struct platform_device *pdev) ...@@ -625,7 +625,7 @@ static int wm831x_power_probe(struct platform_device *pdev)
return ret; return ret;
} }
static __devexit int wm831x_power_remove(struct platform_device *pdev) static int wm831x_power_remove(struct platform_device *pdev)
{ {
struct wm831x_power *wm831x_power = platform_get_drvdata(pdev); struct wm831x_power *wm831x_power = platform_get_drvdata(pdev);
struct wm831x *wm831x = wm831x_power->wm831x; struct wm831x *wm831x = wm831x_power->wm831x;
......
...@@ -501,7 +501,7 @@ static int wm8350_power_probe(struct platform_device *pdev) ...@@ -501,7 +501,7 @@ static int wm8350_power_probe(struct platform_device *pdev)
return ret; return ret;
} }
static __devexit int wm8350_power_remove(struct platform_device *pdev) static int wm8350_power_remove(struct platform_device *pdev)
{ {
struct wm8350 *wm8350 = platform_get_drvdata(pdev); struct wm8350 *wm8350 = platform_get_drvdata(pdev);
struct wm8350_power *power = &wm8350->power; struct wm8350_power *power = &wm8350->power;
......
...@@ -263,7 +263,7 @@ static int wm97xx_bat_probe(struct platform_device *dev) ...@@ -263,7 +263,7 @@ static int wm97xx_bat_probe(struct platform_device *dev)
return ret; return ret;
} }
static int __devexit wm97xx_bat_remove(struct platform_device *dev) static int wm97xx_bat_remove(struct platform_device *dev)
{ {
struct wm97xx_pdata *wmdata = dev->dev.platform_data; struct wm97xx_pdata *wmdata = dev->dev.platform_data;
struct wm97xx_batt_pdata *pdata = wmdata->batt_pdata; struct wm97xx_batt_pdata *pdata = wmdata->batt_pdata;
......
...@@ -251,7 +251,7 @@ static int z2_batt_probe(struct i2c_client *client, ...@@ -251,7 +251,7 @@ static int z2_batt_probe(struct i2c_client *client,
return ret; return ret;
} }
static int __devexit z2_batt_remove(struct i2c_client *client) static int z2_batt_remove(struct i2c_client *client)
{ {
struct z2_charger *charger = i2c_get_clientdata(client); struct z2_charger *charger = i2c_get_clientdata(client);
struct z2_battery_info *info = charger->info; struct z2_battery_info *info = charger->info;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment