aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/moxa.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:21:06 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 15:19:52 -0800
commit91116cba5da0c33f3093b804e487bea02b830bfb (patch)
treed98e1d07e7505ed338ba70a5a3a289035c7466b9 /drivers/tty/moxa.c
parenttty: Mark tty_del_file and __tty_hangup static (diff)
downloadwireguard-linux-91116cba5da0c33f3093b804e487bea02b830bfb.tar.xz
wireguard-linux-91116cba5da0c33f3093b804e487bea02b830bfb.zip
tty: 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: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/moxa.c')
-rw-r--r--drivers/tty/moxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/moxa.c b/drivers/tty/moxa.c
index d628176fb6d8..e025e065ae9c 100644
--- a/drivers/tty/moxa.c
+++ b/drivers/tty/moxa.c
@@ -1033,7 +1033,7 @@ static struct pci_driver moxa_pci_driver = {
.name = "moxa",
.id_table = moxa_pcibrds,
.probe = moxa_pci_probe,
- .remove = __devexit_p(moxa_pci_remove)
+ .remove = moxa_pci_remove
};
#endif /* CONFIG_PCI */