diff options
Diffstat (limited to 'drivers/tty/nozomi.c')
-rw-r--r-- | drivers/tty/nozomi.c | 2 |
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 = { | |||
1908 | .name = NOZOMI_NAME, | 1908 | .name = NOZOMI_NAME, |
1909 | .id_table = nozomi_pci_tbl, | 1909 | .id_table = nozomi_pci_tbl, |
1910 | .probe = nozomi_card_init, | 1910 | .probe = nozomi_card_init, |
1911 | .remove = __devexit_p(nozomi_card_exit), | 1911 | .remove = nozomi_card_exit, |
1912 | }; | 1912 | }; |
1913 | 1913 | ||
1914 | static __init int nozomi_init(void) | 1914 | static __init int nozomi_init(void) |