usb: 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: Peter Korsgaard <jacmet@sunsite.dk> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Acked-by: Felipe Balbi <balbi@ti.com> Cc: Li Yang <leoli@freescale.com> Cc: Alan Stern <stern@rowland.harvard.edu> Cc: Wan ZongShun <mcuos.com@gmail.com> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2bd6a021e8
commit
7690417db5
@@ -601,7 +601,7 @@ static int __devexit davinci_remove(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver davinci_driver = {
|
||||
.probe = davinci_probe,
|
||||
.remove = __devexit_p(davinci_remove),
|
||||
.remove = davinci_remove,
|
||||
.driver = {
|
||||
.name = "musb-davinci",
|
||||
},
|
||||
|
Reference in New Issue
Block a user