leds: 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: Richard Purdie <rpurdie@rpsys.net>
Cc: Jan-Simon Moeller <jansimon.moeller@gmx.de>
Acked-by: Bryan Wu <cooloney@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Bill Pemberton
2012-11-19 13:26:00 -05:00
کامیت شده توسط Greg Kroah-Hartman
والد 98ea1ea20c
کامیت 678e8a6be9
29فایلهای تغییر یافته به همراه29 افزوده شده و 29 حذف شده

مشاهده پرونده

@@ -176,7 +176,7 @@ err:
return error;
}
static int __devexit da9052_led_remove(struct platform_device *pdev)
static int da9052_led_remove(struct platform_device *pdev)
{
struct da9052_led *led = platform_get_drvdata(pdev);
struct da9052_pdata *pdata;