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
@@ -143,7 +143,7 @@ static struct platform_driver ab8500_pwm_driver = {
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = ab8500_pwm_probe,
|
||||
.remove = __devexit_p(ab8500_pwm_remove),
|
||||
.remove = ab8500_pwm_remove,
|
||||
};
|
||||
module_platform_driver(ab8500_pwm_driver);
|
||||
|
||||
|
Reference in New Issue
Block a user