aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/lp855x_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/lp855x_bl.c
parentbacklight: remove use of __devinit (diff)
downloadlinux-dev-7e4b9d0bb2a6464e541d51a1e59ba73470c7c453.tar.xz
linux-dev-7e4b9d0bb2a6464e541d51a1e59ba73470c7c453.zip
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/lp855x_bl.c')
-rw-r--r--drivers/video/backlight/lp855x_bl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/lp855x_bl.c b/drivers/video/backlight/lp855x_bl.c
index b41c10f6e4f2..fd985e0681e9 100644
--- a/drivers/video/backlight/lp855x_bl.c
+++ b/drivers/video/backlight/lp855x_bl.c
@@ -297,7 +297,7 @@ err_dev:
return ret;
}
-static int __devexit lp855x_remove(struct i2c_client *cl)
+static int lp855x_remove(struct i2c_client *cl)
{
struct lp855x *lp = i2c_get_clientdata(cl);