power: 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>
Cc: Anton Vorontsov <cbou@mail.ru>
Cc: David Woodhouse <dwmw2@infradead.org>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-11-19 13:26:07 -05:00
committad av Greg Kroah-Hartman
förälder c8afa6406e
incheckning 415ec69fb1
35 ändrade filer med 37 tillägg och 37 borttagningar

Visa fil

@@ -414,7 +414,7 @@ static int max8925_init_charger(struct max8925_chip *chip,
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;
int irq;
@@ -501,7 +501,7 @@ out:
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);