aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/mxser.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/mxser.c')
-rw-r--r--drivers/tty/mxser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c
index 802a248e7ab9..a2fd58c336e4 100644
--- a/drivers/tty/mxser.c
+++ b/drivers/tty/mxser.c
@@ -2677,7 +2677,7 @@ static struct pci_driver mxser_driver = {
2677 .name = "mxser", 2677 .name = "mxser",
2678 .id_table = mxser_pcibrds, 2678 .id_table = mxser_pcibrds,
2679 .probe = mxser_probe, 2679 .probe = mxser_probe,
2680 .remove = __devexit_p(mxser_remove) 2680 .remove = mxser_remove
2681}; 2681};
2682 2682
2683static int __init mxser_module_init(void) 2683static int __init mxser_module_init(void)