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
power: 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: Anton Vorontsov <cbou@mail.ru> Cc: David Woodhouse <dwmw2@infradead.org> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e533a349c0
commit
28ea73f4c6
@@ -433,7 +433,7 @@ static struct platform_driver tosa_bat_driver = {
|
||||
.driver.name = "wm97xx-battery",
|
||||
.driver.owner = THIS_MODULE,
|
||||
.probe = tosa_bat_probe,
|
||||
.remove = __devexit_p(tosa_bat_remove),
|
||||
.remove = tosa_bat_remove,
|
||||
.suspend = tosa_bat_suspend,
|
||||
.resume = tosa_bat_resume,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user