You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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
@@ -375,7 +375,7 @@ static struct platform_driver adp5520_bl_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = adp5520_bl_probe,
|
||||
.remove = __devexit_p(adp5520_bl_remove),
|
||||
.remove = adp5520_bl_remove,
|
||||
.suspend = adp5520_bl_suspend,
|
||||
.resume = adp5520_bl_resume,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user