diff options
Diffstat (limited to 'drivers/tty/synclink_gt.c')
-rw-r--r-- | drivers/tty/synclink_gt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/synclink_gt.c b/drivers/tty/synclink_gt.c index 6e4c34011b7e..595f2f48193f 100644 --- a/drivers/tty/synclink_gt.c +++ b/drivers/tty/synclink_gt.c | |||
@@ -110,7 +110,7 @@ static struct pci_driver pci_driver = { | |||
110 | .name = "synclink_gt", | 110 | .name = "synclink_gt", |
111 | .id_table = pci_table, | 111 | .id_table = pci_table, |
112 | .probe = init_one, | 112 | .probe = init_one, |
113 | .remove = __devexit_p(remove_one), | 113 | .remove = remove_one, |
114 | }; | 114 | }; |
115 | 115 | ||
116 | static bool pci_registered; | 116 | static bool pci_registered; |