diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-16 01:44:48 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-16 01:44:48 -0500 |
commit | d73dfc6a4199e0e37b54c647549828eabda67c7c (patch) | |
tree | c1abc344dddd0c1d6b822e8eec33a5bfc4d063fc /drivers/tty/serial | |
parent | fa47ba75ec2d5818d7aeeb540e738827c4b69194 (diff) |
serial: 8250_pci: remove __devexit usage
Some __devexit markings came in from an older patch, this removes them.
Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/8250/8250_pci.c | 4 |
1 files 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, | |||
1283 | return pci_default_setup(priv, board, port, idx); | 1283 | return pci_default_setup(priv, board, port, idx); |
1284 | } | 1284 | } |
1285 | 1285 | ||
1286 | static void __devexit pci_quatech_exit(struct pci_dev *dev) | 1286 | static void pci_quatech_exit(struct pci_dev *dev) |
1287 | { | 1287 | { |
1288 | } | 1288 | } |
1289 | 1289 | ||
@@ -1783,7 +1783,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = { | |||
1783 | .subdevice = PCI_ANY_ID, | 1783 | .subdevice = PCI_ANY_ID, |
1784 | .init = pci_quatech_init, | 1784 | .init = pci_quatech_init, |
1785 | .setup = pci_quatech_setup, | 1785 | .setup = pci_quatech_setup, |
1786 | .exit = __devexit_p(pci_quatech_exit), | 1786 | .exit = pci_quatech_exit, |
1787 | }, | 1787 | }, |
1788 | /* | 1788 | /* |
1789 | * Panacom | 1789 | * Panacom |