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:

committed by
Greg Kroah-Hartman

parent
1b9e450de1
commit
7e4b9d0bb2
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user