mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 23:21:31 +00:00
uio: 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: "Hans J. Koch" <hjk@hansjkoch.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
39af33fc45
commit
5a59509b47
@ -220,7 +220,7 @@ static int __devexit pruss_remove(struct platform_device *dev)
|
||||
|
||||
static struct platform_driver pruss_driver = {
|
||||
.probe = pruss_probe,
|
||||
.remove = __devexit_p(pruss_remove),
|
||||
.remove = pruss_remove,
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
|
Loading…
Reference in New Issue
Block a user