summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/apple_bl.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:26:34 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-28 12:06:39 -0800
commit7e4b9d0bb2a6464e541d51a1e59ba73470c7c453 (patch)
treeb9d3244e6d1c91fb9eecc64daaadd2e1554d55bf /drivers/video/backlight/apple_bl.c
parent1b9e450de105c1429a15f4e2566695f4f425672a (diff)
downloadlinux-7e4b9d0bb2a6464e541d51a1e59ba73470c7c453.tar.bz2
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>
Diffstat (limited to 'drivers/video/backlight/apple_bl.c')
-rw-r--r--drivers/video/backlight/apple_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/apple_bl.c b/drivers/video/backlight/apple_bl.c
index 5b650be6d0b9..f088d4c07381 100644
--- a/drivers/video/backlight/apple_bl.c
+++ b/drivers/video/backlight/apple_bl.c
@@ -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);