diff options
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/imx.c | 2 | ||||
-rw-r--r-- | drivers/serial/s3c2410.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/imx.c b/drivers/serial/imx.c index e42faa4e4282..dc1967176fe2 100644 --- a/drivers/serial/imx.c +++ b/drivers/serial/imx.c | |||
@@ -1114,8 +1114,8 @@ static int __init imx_serial_init(void) | |||
1114 | 1114 | ||
1115 | static void __exit imx_serial_exit(void) | 1115 | static void __exit imx_serial_exit(void) |
1116 | { | 1116 | { |
1117 | uart_unregister_driver(&imx_reg); | ||
1118 | platform_driver_unregister(&serial_imx_driver); | 1117 | platform_driver_unregister(&serial_imx_driver); |
1118 | uart_unregister_driver(&imx_reg); | ||
1119 | } | 1119 | } |
1120 | 1120 | ||
1121 | module_init(imx_serial_init); | 1121 | module_init(imx_serial_init); |
diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c index 10bc0209cd66..3f26c4b2f322 100644 --- a/drivers/serial/s3c2410.c +++ b/drivers/serial/s3c2410.c | |||
@@ -78,7 +78,7 @@ | |||
78 | 78 | ||
79 | #include <asm/hardware.h> | 79 | #include <asm/hardware.h> |
80 | 80 | ||
81 | #include <asm/arch/regs-serial.h> | 81 | #include <asm/plat-s3c/regs-serial.h> |
82 | #include <asm/arch/regs-gpio.h> | 82 | #include <asm/arch/regs-gpio.h> |
83 | 83 | ||
84 | /* structures */ | 84 | /* structures */ |