]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
tty: serial: remove use of __devexit_p
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:21:34 +0000 (13:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 23:19:52 +0000 (15:19 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Peter Korsgaard <jacmet@sunsite.dk>
Cc: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
44 files changed:
drivers/tty/serial/8250/8250.c
drivers/tty/serial/8250/8250_acorn.c
drivers/tty/serial/8250/8250_dw.c
drivers/tty/serial/8250/8250_em.c
drivers/tty/serial/8250/8250_hp300.c
drivers/tty/serial/8250/8250_pci.c
drivers/tty/serial/8250/8250_pnp.c
drivers/tty/serial/altera_jtaguart.c
drivers/tty/serial/altera_uart.c
drivers/tty/serial/ar933x_uart.c
drivers/tty/serial/arc_uart.c
drivers/tty/serial/atmel_serial.c
drivers/tty/serial/bcm63xx_uart.c
drivers/tty/serial/bfin_sport_uart.c
drivers/tty/serial/bfin_uart.c
drivers/tty/serial/clps711x.c
drivers/tty/serial/efm32-uart.c
drivers/tty/serial/icom.c
drivers/tty/serial/ifx6x60.c
drivers/tty/serial/jsm/jsm_driver.c
drivers/tty/serial/lpc32xx_hs.c
drivers/tty/serial/max3100.c
drivers/tty/serial/max310x.c
drivers/tty/serial/mcf.c
drivers/tty/serial/mfd.c
drivers/tty/serial/mrst_max3110.c
drivers/tty/serial/msm_serial_hs.c
drivers/tty/serial/mux.c
drivers/tty/serial/mxs-auart.c
drivers/tty/serial/omap-serial.c
drivers/tty/serial/pch_uart.c
drivers/tty/serial/samsung.c
drivers/tty/serial/sc26xx.c
drivers/tty/serial/sccnxp.c
drivers/tty/serial/serial_txx9.c
drivers/tty/serial/sirfsoc_uart.c
drivers/tty/serial/sunhv.c
drivers/tty/serial/sunsab.c
drivers/tty/serial/sunsu.c
drivers/tty/serial/sunzilog.c
drivers/tty/serial/timbuart.c
drivers/tty/serial/uartlite.c
drivers/tty/serial/vr41xx_siu.c
drivers/tty/serial/vt8500_serial.c

index 5ccbd90540cfdf4bef3be26c15d2202393ced213..870c5f2d0c8f58d71c1313989c52e0e4c4aceb31 100644 (file)
@@ -3078,7 +3078,7 @@ static int serial8250_resume(struct platform_device *dev)
 
 static struct platform_driver serial8250_isa_driver = {
        .probe          = serial8250_probe,
-       .remove         = __devexit_p(serial8250_remove),
+       .remove         = serial8250_remove,
        .suspend        = serial8250_suspend,
        .resume         = serial8250_resume,
        .driver         = {
index 857498312a9a84146b6c4c3493c224491fc1213d..b5e4b494cb07eb0ec56975fdace5df93aab58860 100644 (file)
@@ -116,7 +116,7 @@ static const struct ecard_id serial_cids[] = {
 
 static struct ecard_driver serial_card_driver = {
        .probe          = serial_card_probe,
-       .remove         = __devexit_p(serial_card_remove),
+       .remove         = serial_card_remove,
        .id_table       = serial_cids,
        .drv = {
                .name   = "8250_acorn",
index b19b8c54780115172639265e3a9d42ca0297ec22..2db80d03b0babbc701269af5a3ab2f30fb094f8b 100644 (file)
@@ -197,7 +197,7 @@ static struct platform_driver dw8250_platform_driver = {
                .of_match_table = dw8250_match,
        },
        .probe                  = dw8250_probe,
-       .remove                 = __devexit_p(dw8250_remove),
+       .remove                 = dw8250_remove,
        .suspend                = dw8250_suspend,
        .resume                 = dw8250_resume,
 };
index 3a0363e7f3a7455d0b30ce436c55c4bc77f5652d..80c0a626c13e9370c0c0899b65f4927a84d43362 100644 (file)
@@ -176,7 +176,7 @@ static struct platform_driver serial8250_em_platform_driver = {
                .owner          = THIS_MODULE,
        },
        .probe                  = serial8250_em_probe,
-       .remove                 = __devexit_p(serial8250_em_remove),
+       .remove                 = serial8250_em_remove,
 };
 
 module_platform_driver(serial8250_em_platform_driver);
index f3d0edf46644da2505db40ee0422b3bca2ee8234..89e88559f4897305da17d6a3e0d97c5e6cc371b4 100644 (file)
@@ -52,7 +52,7 @@ static struct dio_driver hpdca_driver = {
        .name      = "hpdca",
        .id_table  = hpdca_dio_tbl,
        .probe     = hpdca_init_one,
-       .remove    = __devexit_p(hpdca_remove_one),
+       .remove    = hpdca_remove_one,
 };
 
 #endif
index 508063b2a4b8434d0139a55fc38ce22a4c036ed3..c049cfa06f55203510c68d58bbaa6b5c71a12161 100644 (file)
@@ -1314,7 +1314,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ite887x_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ite887x_exit),
+               .exit           = pci_ite887x_exit,
        },
        /*
         * National Instruments
@@ -1326,7 +1326,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1335,7 +1335,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1344,7 +1344,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1353,7 +1353,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1362,7 +1362,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1371,7 +1371,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1380,7 +1380,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1389,7 +1389,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1398,7 +1398,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1407,7 +1407,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1416,7 +1416,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1425,7 +1425,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8420_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_ni8420_exit),
+               .exit           = pci_ni8420_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_NI,
@@ -1434,7 +1434,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_ni8430_init,
                .setup          = pci_ni8430_setup,
-               .exit           = __devexit_p(pci_ni8430_exit),
+               .exit           = pci_ni8430_exit,
        },
        /*
         * Panacom
@@ -1446,7 +1446,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_PANACOM,
@@ -1455,7 +1455,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_ANY_ID,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        /*
         * PLX
@@ -1474,7 +1474,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_EXSYS_4055,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_PLX,
@@ -1483,7 +1483,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_KEYSPAN_SX2,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_PLX,
@@ -1492,7 +1492,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_UNKNOWN_0x1584,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        {
                .vendor         = PCI_VENDOR_ID_PLX,
@@ -1501,7 +1501,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_DEVICE_ID_PLX_ROMULUS,
                .init           = pci_plx9050_init,
                .setup          = pci_default_setup,
-               .exit           = __devexit_p(pci_plx9050_exit),
+               .exit           = pci_plx9050_exit,
        },
        /*
         * SBS Technologies, Inc., PMC-OCTALPRO 232
@@ -1513,7 +1513,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_OCTPRO232,
                .init           = sbs_init,
                .setup          = sbs_setup,
-               .exit           = __devexit_p(sbs_exit),
+               .exit           = sbs_exit,
        },
        /*
         * SBS Technologies, Inc., PMC-OCTALPRO 422
@@ -1525,7 +1525,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_OCTPRO422,
                .init           = sbs_init,
                .setup          = sbs_setup,
-               .exit           = __devexit_p(sbs_exit),
+               .exit           = sbs_exit,
        },
        /*
         * SBS Technologies, Inc., P-Octal 232
@@ -1537,7 +1537,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_POCTAL232,
                .init           = sbs_init,
                .setup          = sbs_setup,
-               .exit           = __devexit_p(sbs_exit),
+               .exit           = sbs_exit,
        },
        /*
         * SBS Technologies, Inc., P-Octal 422
@@ -1549,7 +1549,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .subdevice      = PCI_SUBDEVICE_ID_POCTAL422,
                .init           = sbs_init,
                .setup          = sbs_setup,
-               .exit           = __devexit_p(sbs_exit),
+               .exit           = sbs_exit,
        },
        /*
         * SIIG cards - these may be called via parport_serial
@@ -4323,7 +4323,7 @@ static const struct pci_error_handlers serial8250_err_handler = {
 static struct pci_driver serial_pci_driver = {
        .name           = "serial",
        .probe          = pciserial_init_one,
-       .remove         = __devexit_p(pciserial_remove_one),
+       .remove         = pciserial_remove_one,
 #ifdef CONFIG_PM
        .suspend        = pciserial_suspend_one,
        .resume         = pciserial_resume_one,
index f8ee25001dd07a3ec62adbfd7093198222c9bc45..e566220f187d6bb86219eb419c399f385cebb827 100644 (file)
@@ -511,7 +511,7 @@ static int serial_pnp_resume(struct pnp_dev *dev)
 static struct pnp_driver serial_pnp_driver = {
        .name           = "serial",
        .probe          = serial_pnp_probe,
-       .remove         = __devexit_p(serial_pnp_remove),
+       .remove         = serial_pnp_remove,
        .suspend        = serial_pnp_suspend,
        .resume         = serial_pnp_resume,
        .id_table       = pnp_dev_table,
index 530181e49f6b13dc3127739e02fb3eb3e2e76b60..ef16b0aa383ab0a71a597075b5ff0cda9dbd39ef 100644 (file)
@@ -477,7 +477,7 @@ MODULE_DEVICE_TABLE(of, altera_jtaguart_match);
 
 static struct platform_driver altera_jtaguart_platform_driver = {
        .probe  = altera_jtaguart_probe,
-       .remove = __devexit_p(altera_jtaguart_remove),
+       .remove = altera_jtaguart_remove,
        .driver = {
                .name           = DRV_NAME,
                .owner          = THIS_MODULE,
index 15d80b9fb30346e53e123c3739fb7ee185a0b623..117ea2c896307418e2947eed3c1223623973fe7a 100644 (file)
@@ -621,7 +621,7 @@ MODULE_DEVICE_TABLE(of, altera_uart_match);
 
 static struct platform_driver altera_uart_platform_driver = {
        .probe  = altera_uart_probe,
-       .remove = __devexit_p(altera_uart_remove),
+       .remove = altera_uart_remove,
        .driver = {
                .name           = DRV_NAME,
                .owner          = THIS_MODULE,
index 0f5b28afc2ad5d9f2d67b9aa3187b30282ef6d85..77115448af5fdb3354c6097810aed67a915765d1 100644 (file)
@@ -725,7 +725,7 @@ static int __devexit ar933x_uart_remove(struct platform_device *pdev)
 
 static struct platform_driver ar933x_uart_platform_driver = {
        .probe          = ar933x_uart_probe,
-       .remove         = __devexit_p(ar933x_uart_remove),
+       .remove         = ar933x_uart_remove,
        .driver         = {
                .name           = DRIVER_NAME,
                .owner          = THIS_MODULE,
index e9c61d1b1c79f3a10074d46299fe2d1f256d0e18..d6525698db3162d7b0d34a6aef84f3ef6ccaa57e 100644 (file)
@@ -697,7 +697,7 @@ static int __devexit arc_serial_remove(struct platform_device *pdev)
 
 static struct platform_driver arc_platform_driver = {
        .probe = arc_serial_probe,
-       .remove = __devexit_p(arc_serial_remove),
+       .remove = arc_serial_remove,
        .driver = {
                .name = DRIVER_NAME,
                .owner = THIS_MODULE,
index 3d7e1ee2fa57a4a6db1deb0a7a173b90769298a3..27eae4b2355a3db0009287749f6a568526fe9bdf 100644 (file)
@@ -1876,7 +1876,7 @@ static int __devexit atmel_serial_remove(struct platform_device *pdev)
 
 static struct platform_driver atmel_serial_driver = {
        .probe          = atmel_serial_probe,
-       .remove         = __devexit_p(atmel_serial_remove),
+       .remove         = atmel_serial_remove,
        .suspend        = atmel_serial_suspend,
        .resume         = atmel_serial_resume,
        .driver         = {
index c0b68b9cad911f66652e2e9cdd5f41600a3fc21c..7f631d4a5c44841603afd6843dfdcd7d74dc3e39 100644 (file)
@@ -865,7 +865,7 @@ static int __devexit bcm_uart_remove(struct platform_device *pdev)
  */
 static struct platform_driver bcm_uart_platform_driver = {
        .probe  = bcm_uart_probe,
-       .remove = __devexit_p(bcm_uart_remove),
+       .remove = bcm_uart_remove,
        .driver = {
                .owner = THIS_MODULE,
                .name  = "bcm63xx_uart",
index 7fbc3a08f10d7f7c16a6b79e833140ce33235f10..b4a18c7ffdf7e5275b51676bcf1197d39ce3ae71 100644 (file)
@@ -871,7 +871,7 @@ static int __devexit sport_uart_remove(struct platform_device *pdev)
 
 static struct platform_driver sport_uart_driver = {
        .probe          = sport_uart_probe,
-       .remove         = __devexit_p(sport_uart_remove),
+       .remove         = sport_uart_remove,
        .driver         = {
                .name   = DRV_NAME,
 #ifdef CONFIG_PM
index ca64c4a83ce05ff05dc34d9d512a48f992d397fc..f1f8210a613040ab487584b46e8a5baf2563a253 100644 (file)
@@ -1409,7 +1409,7 @@ static int __devexit bfin_serial_remove(struct platform_device *pdev)
 
 static struct platform_driver bfin_serial_driver = {
        .probe          = bfin_serial_probe,
-       .remove         = __devexit_p(bfin_serial_remove),
+       .remove         = bfin_serial_remove,
        .suspend        = bfin_serial_suspend,
        .resume         = bfin_serial_resume,
        .driver         = {
index a0a6db5c32fe4c93b9d8ccad1dd4c98a62049b55..d631ef52f4f864778fa6dcd59979e5747ee8ee73 100644 (file)
@@ -512,7 +512,7 @@ static struct platform_driver clps711x_uart_driver = {
                .owner  = THIS_MODULE,
        },
        .probe  = uart_clps711x_probe,
-       .remove = __devexit_p(uart_clps711x_remove),
+       .remove = uart_clps711x_remove,
 };
 module_platform_driver(clps711x_uart_driver);
 
index 615e4647049163de41f768c3e28a964c46106662..1e8bacf95b703561c9a822caf100b60af31b7f2f 100644 (file)
@@ -791,7 +791,7 @@ MODULE_DEVICE_TABLE(of, efm32_uart_dt_ids);
 
 static struct platform_driver efm32_uart_driver = {
        .probe = efm32_uart_probe,
-       .remove = __devexit_p(efm32_uart_remove),
+       .remove = efm32_uart_remove,
 
        .driver = {
                .name = DRIVER_NAME,
index defc4e3393a38accf1664399bfbf9c7f24771a70..f0fc2fff170156d0b2776fe099b084e381931a69 100644 (file)
@@ -1617,7 +1617,7 @@ static struct pci_driver icom_pci_driver = {
        .name = ICOM_DRIVER_NAME,
        .id_table = icom_pci_table,
        .probe = icom_probe,
-       .remove = __devexit_p(icom_remove),
+       .remove = icom_remove,
 };
 
 static int __init icom_init(void)
index 91125bb151cf73dd7e9489a2717e5bb8fdb49af8..2783d96ff6103d18164795869b193ebe78fcb658 100644 (file)
@@ -1405,7 +1405,7 @@ static struct spi_driver ifx_spi_driver = {
                .owner = THIS_MODULE},
        .probe = ifx_spi_spi_probe,
        .shutdown = ifx_spi_spi_shutdown,
-       .remove = __devexit_p(ifx_spi_spi_remove),
+       .remove = ifx_spi_spi_remove,
        .suspend = ifx_spi_spi_suspend,
        .resume = ifx_spi_spi_resume,
        .id_table = ifx_id_table
index 8e05ce94bd4604cf15ca36f506a1288cf0298b2e..bbd459226ee0752850889b4b61daf3698b957757 100644 (file)
@@ -217,7 +217,7 @@ static struct pci_driver jsm_driver = {
        .name           = "jsm",
        .id_table       = jsm_pci_tbl,
        .probe          = jsm_probe_one,
-       .remove         = __devexit_p(jsm_remove_one),
+       .remove         = jsm_remove_one,
        .err_handler    = &jsm_err_handler,
 };
 
index ba3af3bf6d4343152cd29c375860d6e22cef4701..7b0f5b4e592b51fa020df6f313fe30167881408d 100644 (file)
@@ -783,7 +783,7 @@ MODULE_DEVICE_TABLE(of, serial_hs_lpc32xx_dt_ids);
 
 static struct platform_driver serial_hs_lpc32xx_driver = {
        .probe          = serial_hs_lpc32xx_probe,
-       .remove         = __devexit_p(serial_hs_lpc32xx_remove),
+       .remove         = serial_hs_lpc32xx_remove,
        .suspend        = serial_hs_lpc32xx_suspend,
        .resume         = serial_hs_lpc32xx_resume,
        .driver         = {
index 0f24486be532a8e4c63cb441e7909983b4f7f2e1..2ffd7f091cc051ce7d137e2eed0453114a58a743 100644 (file)
@@ -907,7 +907,7 @@ static struct spi_driver max3100_driver = {
        },
 
        .probe          = max3100_probe,
-       .remove         = __devexit_p(max3100_remove),
+       .remove         = max3100_remove,
        .suspend        = max3100_suspend,
        .resume         = max3100_resume,
 };
index 1ab1d2c66de43ad749772c240f4f4c6944783e22..a332327163a3b749354121ded79136cd56ed7710 100644 (file)
@@ -1249,7 +1249,7 @@ static struct spi_driver max310x_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = max310x_probe,
-       .remove         = __devexit_p(max310x_remove),
+       .remove         = max310x_remove,
        .suspend        = max310x_suspend,
        .resume         = max310x_resume,
        .id_table       = max310x_id_table,
index 9afca093d6ecef993cd4f61c71cd6e2bce928a2e..e3de7856afb33d6e411ff2d865ef3cc1d207e5ae 100644 (file)
@@ -617,7 +617,7 @@ static int __devexit mcf_remove(struct platform_device *pdev)
 
 static struct platform_driver mcf_platform_driver = {
        .probe          = mcf_probe,
-       .remove         = __devexit_p(mcf_remove),
+       .remove         = mcf_remove,
        .driver         = {
                .name   = "mcfuart",
                .owner  = THIS_MODULE,
index 79fe59b6cc4a6ba4d39e36324dbe8025471f57c8..8a74d59270eb2be6a1f47f38045bf6c118534219 100644 (file)
@@ -1471,7 +1471,7 @@ static struct pci_driver hsu_pci_driver = {
        .name =         "HSU serial",
        .id_table =     pci_ids,
        .probe =        serial_hsu_probe,
-       .remove =       __devexit_p(serial_hsu_remove),
+       .remove =       serial_hsu_remove,
        .suspend =      serial_hsu_suspend,
        .resume =       serial_hsu_resume,
        .driver = {
index df2a2240a3aeda3a9aee82a22ad7e94914394173..649ce126804eaf5643f4e2ef5971de1c43373fbd 100644 (file)
@@ -879,7 +879,7 @@ static struct spi_driver uart_max3110_driver = {
                        .owner  = THIS_MODULE,
        },
        .probe          = serial_m3110_probe,
-       .remove         = __devexit_p(serial_m3110_remove),
+       .remove         = serial_m3110_remove,
        .suspend        = serial_m3110_suspend,
        .resume         = serial_m3110_resume,
 };
index fca13dc73e2302e19aee0e8773b6fa93a004a7c8..1361ad5e1d56e441351efc495614730dc82e11b7 100644 (file)
@@ -1838,7 +1838,7 @@ static const struct dev_pm_ops msm_hs_dev_pm_ops = {
 
 static struct platform_driver msm_serial_hs_platform_driver = {
        .probe = msm_hs_probe,
-       .remove = __devexit_p(msm_hs_remove),
+       .remove = msm_hs_remove,
        .driver = {
                .name = "msm_serial_hs",
                .owner = THIS_MODULE,
index 7ea8a263fd9e44a8ad1d95d8e7d0098d8c2c57e9..27834646d018a47ccf19e73cf465a4e5fcb4cd54 100644 (file)
@@ -571,14 +571,14 @@ static struct parisc_driver builtin_serial_mux_driver = {
        .name =         "builtin_serial_mux",
        .id_table =     builtin_mux_tbl,
        .probe =        mux_probe,
-       .remove =       __devexit_p(mux_remove),
+       .remove =       mux_remove,
 };
 
 static struct parisc_driver serial_mux_driver = {
        .name =         "serial_mux",
        .id_table =     mux_tbl,
        .probe =        mux_probe,
-       .remove =       __devexit_p(mux_remove),
+       .remove =       mux_remove,
 };
 
 /**
index d5b9e3039013f0dd76df93a3ba3ac98d615243ba..479acc88c17e6a0ee1b0b024f6a429e73652c536 100644 (file)
@@ -1155,7 +1155,7 @@ static int __devexit mxs_auart_remove(struct platform_device *pdev)
 
 static struct platform_driver mxs_auart_driver = {
        .probe = mxs_auart_probe,
-       .remove = __devexit_p(mxs_auart_remove),
+       .remove = mxs_auart_remove,
        .driver = {
                .name = "mxs-auart",
                .owner = THIS_MODULE,
index c34735cf6276e884d55aa7ab1f80b29b90a891f2..24e2375c5792f02e8fe398426cfc094b6c293cf7 100644 (file)
@@ -1586,7 +1586,7 @@ MODULE_DEVICE_TABLE(of, omap_serial_of_match);
 
 static struct platform_driver serial_omap_driver = {
        .probe          = serial_omap_probe,
-       .remove         = __devexit_p(serial_omap_remove),
+       .remove         = serial_omap_remove,
        .driver         = {
                .name   = DRIVER_NAME,
                .pm     = &serial_omap_dev_pm_ops,
index 4cd6c2381528c53127959872a295077849625cba..f5fb9bd1a14ab6ef785fe62d64c85dd9f105ce5f 100644 (file)
@@ -1869,7 +1869,7 @@ static struct pci_driver pch_uart_pci_driver = {
        .name = "pch_uart",
        .id_table = pch_uart_pci_id,
        .probe = pch_uart_pci_probe,
-       .remove = __devexit_p(pch_uart_pci_remove),
+       .remove = pch_uart_pci_remove,
        .suspend = pch_uart_pci_suspend,
        .resume = pch_uart_pci_resume,
 };
index 740458ca62cca5e82a8fc579e61d69ab52b0074c..6568beb4d370883243efc70a5ee3cde223d8c132 100644 (file)
@@ -1712,7 +1712,7 @@ MODULE_DEVICE_TABLE(of, s3c24xx_uart_dt_match);
 
 static struct platform_driver samsung_serial_driver = {
        .probe          = s3c24xx_serial_probe,
-       .remove         = __devexit_p(s3c24xx_serial_remove),
+       .remove         = s3c24xx_serial_remove,
        .id_table       = s3c24xx_serial_driver_ids,
        .driver         = {
                .name   = "samsung-uart",
index 9d664242b3128889639335a8fb2a4e2c338ebf87..9a40659ec52f340fcf14088a4368abe9f1ada9f8 100644 (file)
@@ -733,7 +733,7 @@ static int __exit sc26xx_driver_remove(struct platform_device *dev)
 
 static struct platform_driver sc26xx_driver = {
        .probe  = sc26xx_probe,
-       .remove = __devexit_p(sc26xx_driver_remove),
+       .remove = sc26xx_driver_remove,
        .driver = {
                .name   = "SC26xx",
                .owner  = THIS_MODULE,
index e821068cd95b0f798dc7a9bb39d6507c6733812c..810853f5fd0ee875b9331dfe97bc38f164491e54 100644 (file)
@@ -981,7 +981,7 @@ static struct platform_driver sccnxp_uart_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = sccnxp_probe,
-       .remove         = __devexit_p(sccnxp_remove),
+       .remove         = sccnxp_remove,
        .id_table       = sccnxp_id_table,
 };
 module_platform_driver(sccnxp_uart_driver);
index 6ae2a58d62f2f82d152c60c5bc570a5dc9742846..9d979a9e41a25c5f4329085d1aded177d8a4260e 100644 (file)
@@ -1171,7 +1171,7 @@ static int serial_txx9_resume(struct platform_device *dev)
 
 static struct platform_driver serial_txx9_plat_driver = {
        .probe          = serial_txx9_probe,
-       .remove         = __devexit_p(serial_txx9_remove),
+       .remove         = serial_txx9_remove,
 #ifdef CONFIG_PM
        .suspend        = serial_txx9_suspend,
        .resume         = serial_txx9_resume,
@@ -1261,7 +1261,7 @@ static const struct pci_device_id serial_txx9_pci_tbl[] = {
 static struct pci_driver serial_txx9_pci_driver = {
        .name           = "serial_txx9",
        .probe          = pciserial_txx9_init_one,
-       .remove         = __devexit_p(pciserial_txx9_remove_one),
+       .remove         = pciserial_txx9_remove_one,
 #ifdef CONFIG_PM
        .suspend        = pciserial_txx9_suspend_one,
        .resume         = pciserial_txx9_resume_one,
index a9e2bd1ab534287fe356a1eff37aba7985f4e698..49849843ff82fbf0497f28ae42ffb3eb63fea6af 100644 (file)
@@ -735,7 +735,7 @@ MODULE_DEVICE_TABLE(of, sirfsoc_serial_of_match);
 
 static struct platform_driver sirfsoc_uart_driver = {
        .probe          = sirfsoc_uart_probe,
-       .remove         = __devexit_p(sirfsoc_uart_remove),
+       .remove         = sirfsoc_uart_remove,
        .suspend        = sirfsoc_uart_suspend,
        .resume         = sirfsoc_uart_resume,
        .driver         = {
index 505961cfd93474a5b6079e0c406bfcb7c97f3815..949b2d3dcc55ea95b750d913bb09ec99e221d5f4 100644 (file)
@@ -636,7 +636,7 @@ static struct platform_driver hv_driver = {
                .of_match_table = hv_match,
        },
        .probe          = hv_probe,
-       .remove         = __devexit_p(hv_remove),
+       .remove         = hv_remove,
 };
 
 static int __init sunhv_init(void)
index f0d93eb7e6ec51fc678d5be42542f35cb77cb741..bbb07bc74f6c40a58019b8cfd152ce57804bd93a 100644 (file)
@@ -1100,7 +1100,7 @@ static struct platform_driver sab_driver = {
                .of_match_table = sab_match,
        },
        .probe          = sab_probe,
-       .remove         = __devexit_p(sab_remove),
+       .remove         = sab_remove,
 };
 
 static int __init sunsab_init(void)
index b97913dcdbffbc701ae8c2f7acae84b8a3dbc6b8..c0658f0b51a190a37c5b24d3aed2296b6488fe86 100644 (file)
@@ -1556,7 +1556,7 @@ static struct platform_driver su_driver = {
                .of_match_table = su_match,
        },
        .probe          = su_probe,
-       .remove         = __devexit_p(su_remove),
+       .remove         = su_remove,
 };
 
 static int __init sunsu_init(void)
index babd9470982b6694c2458a32248603e7bb06a79c..c2ef47594d6950ed391c34e46d7177666c6e7037 100644 (file)
@@ -1548,7 +1548,7 @@ static struct platform_driver zs_driver = {
                .of_match_table = zs_match,
        },
        .probe          = zs_probe,
-       .remove         = __devexit_p(zs_remove),
+       .remove         = zs_remove,
 };
 
 static int __init sunzilog_init(void)
index 70f97491d8f28a2771bac4c563b8e781014d522d..5fc11f2a8be4c262e1ae6e69aac2b09f285c3d84 100644 (file)
@@ -510,7 +510,7 @@ static struct platform_driver timbuart_platform_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = timbuart_probe,
-       .remove         = __devexit_p(timbuart_remove),
+       .remove         = timbuart_remove,
 };
 
 module_platform_driver(timbuart_platform_driver);
index 6579ffdd8e9ba3d2e4a6cf5a51031ebe60a092d0..1d4438306ae5bbac26833e371a8d184616f7127d 100644 (file)
@@ -603,7 +603,7 @@ MODULE_ALIAS("platform:uartlite");
 
 static struct platform_driver ulite_platform_driver = {
        .probe = ulite_probe,
-       .remove = __devexit_p(ulite_remove),
+       .remove = ulite_remove,
        .driver = {
                .owner = THIS_MODULE,
                .name  = "uartlite",
index cf0d9485ec08cfd0b141ae6f6100133be3bcc229..9d3bf75e55a49e5b41dd235c6f149542944868ab 100644 (file)
@@ -952,7 +952,7 @@ static int siu_resume(struct platform_device *dev)
 
 static struct platform_driver siu_device_driver = {
        .probe          = siu_probe,
-       .remove         = __devexit_p(siu_remove),
+       .remove         = siu_remove,
        .suspend        = siu_suspend,
        .resume         = siu_resume,
        .driver         = {
index 4354fe565f641b96bdf0c11316b6bedfadeef871..dbcc909291b222c06044261b24cb95670c529ab1 100644 (file)
@@ -652,7 +652,7 @@ static const struct of_device_id wmt_dt_ids[] = {
 
 static struct platform_driver vt8500_platform_driver = {
        .probe  = vt8500_serial_probe,
-       .remove = __devexit_p(vt8500_serial_remove),
+       .remove = vt8500_serial_remove,
        .driver = {
                .name = "vt8500_serial",
                .owner = THIS_MODULE,