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
@@ -249,7 +249,7 @@ static struct platform_driver ecap_pwm_driver = {
|
||||
.name = "ecap",
|
||||
},
|
||||
.probe = ecap_pwm_probe,
|
||||
.remove = __devexit_p(ecap_pwm_remove),
|
||||
.remove = ecap_pwm_remove,
|
||||
};
|
||||
|
||||
module_platform_driver(ecap_pwm_driver);
|
||||
|
Reference in New Issue
Block a user