diff options
-rw-r--r-- | drivers/tty/serial/ifx6x60.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/ifx6x60.c b/drivers/tty/serial/ifx6x60.c index 157883653256..f190a84a0246 100644 --- a/drivers/tty/serial/ifx6x60.c +++ b/drivers/tty/serial/ifx6x60.c | |||
@@ -1382,9 +1382,9 @@ static struct spi_driver ifx_spi_driver = { | |||
1382 | static void __exit ifx_spi_exit(void) | 1382 | static void __exit ifx_spi_exit(void) |
1383 | { | 1383 | { |
1384 | /* unregister */ | 1384 | /* unregister */ |
1385 | spi_unregister_driver(&ifx_spi_driver); | ||
1385 | tty_unregister_driver(tty_drv); | 1386 | tty_unregister_driver(tty_drv); |
1386 | put_tty_driver(tty_drv); | 1387 | put_tty_driver(tty_drv); |
1387 | spi_unregister_driver(&ifx_spi_driver); | ||
1388 | unregister_reboot_notifier(&ifx_modem_reboot_notifier_block); | 1388 | unregister_reboot_notifier(&ifx_modem_reboot_notifier_block); |
1389 | } | 1389 | } |
1390 | 1390 | ||