backlight: 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: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Acked-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

کامیت شده توسط
Greg Kroah-Hartman

والد
1b9e450de1
کامیت
7e4b9d0bb2
@@ -196,7 +196,7 @@ static int apple_bl_add(struct acpi_device *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int __devexit apple_bl_remove(struct acpi_device *dev, int type)
|
||||
static int apple_bl_remove(struct acpi_device *dev, int type)
|
||||
{
|
||||
backlight_device_unregister(apple_backlight_device);
|
||||
|
||||
|
مرجع در شماره جدید
Block a user