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
pwm: 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> Acked-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4740f73fe5
commit
fd1091125a
@@ -307,7 +307,7 @@ static struct platform_driver imx_pwm_driver = {
|
||||
.of_match_table = of_match_ptr(imx_pwm_dt_ids),
|
||||
},
|
||||
.probe = imx_pwm_probe,
|
||||
.remove = __devexit_p(imx_pwm_remove),
|
||||
.remove = imx_pwm_remove,
|
||||
};
|
||||
|
||||
module_platform_driver(imx_pwm_driver);
|
||||
|
||||
Reference in New Issue
Block a user