backlight: remove use of __devexit_p
CONFIG_HOTPLUG is going away as an option so __devexit_p 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
4b12b896c2
commit
d1723fa266
@@ -208,7 +208,7 @@ static struct spi_driver lms283gf05_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = lms283gf05_probe,
|
||||
.remove = __devexit_p(lms283gf05_remove),
|
||||
.remove = lms283gf05_remove,
|
||||
};
|
||||
|
||||
module_spi_driver(lms283gf05_driver);
|
||||
|
Reference in New Issue
Block a user