From d73dfc6a4199e0e37b54c647549828eabda67c7c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 15 Jan 2013 22:44:48 -0800 Subject: [PATCH] serial: 8250_pci: remove __devexit usage Some __devexit markings came in from an older patch, this removes them. Reported-by: Wu Fengguang Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c index 89060ffb6b00..3b0cc3a09deb 100644 --- a/drivers/tty/serial/8250/8250_pci.c +++ b/drivers/tty/serial/8250/8250_pci.c @@ -1283,7 +1283,7 @@ static int pci_quatech_setup(struct serial_private *priv, return pci_default_setup(priv, board, port, idx); } -static void __devexit pci_quatech_exit(struct pci_dev *dev) +static void pci_quatech_exit(struct pci_dev *dev) { } @@ -1783,7 +1783,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = { .subdevice = PCI_ANY_ID, .init = pci_quatech_init, .setup = pci_quatech_setup, - .exit = __devexit_p(pci_quatech_exit), + .exit = pci_quatech_exit, }, /* * Panacom -- 2.45.2