summaryrefslogtreecommitdiffstats
path: root/drivers/tty/nozomi.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:21:06 +0100
committerGreg Kroah-Hartman2012-11-22 00:19:52 +0100
commit91116cba5da0c33f3093b804e487bea02b830bfb (patch)
treed98e1d07e7505ed338ba70a5a3a289035c7466b9 /drivers/tty/nozomi.c
parenttty: Mark tty_del_file and __tty_hangup static (diff)
downloadkernel-qcow2-linux-91116cba5da0c33f3093b804e487bea02b830bfb.tar.gz
kernel-qcow2-linux-91116cba5da0c33f3093b804e487bea02b830bfb.tar.xz
kernel-qcow2-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/nozomi.c')
-rw-r--r--drivers/tty/nozomi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c
index cb764d297756..442efc3d2657 100644
--- a/drivers/tty/nozomi.c
+++ b/drivers/tty/nozomi.c
@@ -1908,7 +1908,7 @@ static struct pci_driver nozomi_driver = {
.name = NOZOMI_NAME,
.id_table = nozomi_pci_tbl,
.probe = nozomi_card_init,
- .remove = __devexit_p(nozomi_card_exit),
+ .remove = nozomi_card_exit,
};
static __init int nozomi_init(void)