diff options
Diffstat (limited to 'drivers/serial/serial_txx9.c')
-rw-r--r-- | drivers/serial/serial_txx9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c index f10c86d60b64..995d9dd9ddd5 100644 --- a/drivers/serial/serial_txx9.c +++ b/drivers/serial/serial_txx9.c | |||
@@ -1195,7 +1195,7 @@ static int __init serial_txx9_init(void) | |||
1195 | serial_txx9_register_ports(&serial_txx9_reg); | 1195 | serial_txx9_register_ports(&serial_txx9_reg); |
1196 | 1196 | ||
1197 | #ifdef ENABLE_SERIAL_TXX9_PCI | 1197 | #ifdef ENABLE_SERIAL_TXX9_PCI |
1198 | ret = pci_module_init(&serial_txx9_pci_driver); | 1198 | ret = pci_register_driver(&serial_txx9_pci_driver); |
1199 | #endif | 1199 | #endif |
1200 | } | 1200 | } |
1201 | return ret; | 1201 | return ret; |