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>
Цей коміт міститься в:

зафіксовано
Greg Kroah-Hartman

джерело
2bd6a021e8
коміт
7690417db5
@@ -629,7 +629,7 @@ static struct dev_pm_ops am35x_pm_ops = {
|
||||
|
||||
static struct platform_driver am35x_driver = {
|
||||
.probe = am35x_probe,
|
||||
.remove = __devexit_p(am35x_remove),
|
||||
.remove = am35x_remove,
|
||||
.driver = {
|
||||
.name = "musb-am35x",
|
||||
.pm = DEV_PM_OPS,
|
||||
|
@@ -569,7 +569,7 @@ static int __devexit da8xx_remove(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver da8xx_driver = {
|
||||
.probe = da8xx_probe,
|
||||
.remove = __devexit_p(da8xx_remove),
|
||||
.remove = da8xx_remove,
|
||||
.driver = {
|
||||
.name = "musb-da8xx",
|
||||
},
|
||||
|
@@ -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",
|
||||
},
|
||||
|
@@ -2288,7 +2288,7 @@ static struct platform_driver musb_driver = {
|
||||
.pm = MUSB_DEV_PM_OPS,
|
||||
},
|
||||
.probe = musb_probe,
|
||||
.remove = __devexit_p(musb_remove),
|
||||
.remove = musb_remove,
|
||||
.shutdown = musb_shutdown,
|
||||
};
|
||||
|
||||
|
@@ -767,7 +767,7 @@ MODULE_DEVICE_TABLE(of, musb_dsps_of_match);
|
||||
|
||||
static struct platform_driver dsps_usbss_driver = {
|
||||
.probe = dsps_probe,
|
||||
.remove = __devexit_p(dsps_remove),
|
||||
.remove = dsps_remove,
|
||||
.driver = {
|
||||
.name = "musb-dsps",
|
||||
.pm = &dsps_pm_ops,
|
||||
|
@@ -674,7 +674,7 @@ MODULE_DEVICE_TABLE(of, omap2430_id_table);
|
||||
|
||||
static struct platform_driver omap2430_driver = {
|
||||
.probe = omap2430_probe,
|
||||
.remove = __devexit_p(omap2430_remove),
|
||||
.remove = omap2430_remove,
|
||||
.driver = {
|
||||
.name = "musb-omap2430",
|
||||
.pm = DEV_PM_OPS,
|
||||
|
@@ -1227,7 +1227,7 @@ static int __devexit tusb_remove(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver tusb_driver = {
|
||||
.probe = tusb_probe,
|
||||
.remove = __devexit_p(tusb_remove),
|
||||
.remove = tusb_remove,
|
||||
.driver = {
|
||||
.name = "musb-tusb",
|
||||
},
|
||||
|
@@ -216,7 +216,7 @@ static const struct dev_pm_ops ux500_pm_ops = {
|
||||
|
||||
static struct platform_driver ux500_driver = {
|
||||
.probe = ux500_probe,
|
||||
.remove = __devexit_p(ux500_remove),
|
||||
.remove = ux500_remove,
|
||||
.driver = {
|
||||
.name = "musb-ux500",
|
||||
.pm = DEV_PM_OPS,
|
||||
|
Посилання в новій задачі
Заблокувати користувача