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:
Bill Pemberton
2012-11-19 13:26:34 -05:00
committed by Greg Kroah-Hartman
parent 1b9e450de1
commit 7e4b9d0bb2
22 changed files with 26 additions and 26 deletions

View File

@@ -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);