mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08: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:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user