diff options
| -rw-r--r-- | drivers/tty/serial/sunsu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/sunsu.c b/drivers/tty/serial/sunsu.c index 451687cb9685..0d8465728473 100644 --- a/drivers/tty/serial/sunsu.c +++ b/drivers/tty/serial/sunsu.c | |||
| @@ -1592,6 +1592,7 @@ static int __init sunsu_init(void) | |||
| 1592 | 1592 | ||
| 1593 | static void __exit sunsu_exit(void) | 1593 | static void __exit sunsu_exit(void) |
| 1594 | { | 1594 | { |
| 1595 | platform_driver_unregister(&su_driver); | ||
| 1595 | if (sunsu_reg.nr) | 1596 | if (sunsu_reg.nr) |
| 1596 | sunserial_unregister_minors(&sunsu_reg, sunsu_reg.nr); | 1597 | sunserial_unregister_minors(&sunsu_reg, sunsu_reg.nr); |
| 1597 | } | 1598 | } |
