mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
staging: tidspbridge: 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
38de09a975
commit
52ec89d347
@@ -606,7 +606,7 @@ static struct platform_driver bridge_driver = {
|
||||
.name = "omap-dsp",
|
||||
},
|
||||
.probe = omap34_xx_bridge_probe,
|
||||
.remove = __devexit_p(omap34_xx_bridge_remove),
|
||||
.remove = omap34_xx_bridge_remove,
|
||||
#ifdef CONFIG_PM
|
||||
.suspend = bridge_suspend,
|
||||
.resume = bridge_resume,
|
||||
|
||||
Reference in New Issue
Block a user