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
@@ -897,7 +897,7 @@ static struct spi_driver s6e63m0_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = s6e63m0_probe,
|
||||
.remove = __devexit_p(s6e63m0_remove),
|
||||
.remove = s6e63m0_remove,
|
||||
.shutdown = s6e63m0_shutdown,
|
||||
.suspend = s6e63m0_suspend,
|
||||
.resume = s6e63m0_resume,
|
||||
|
Reference in New Issue
Block a user