Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Nov 22, 2005
2 parents 66b5920 + c889b89 commit 5ea8051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ static int __init imx_serial_init(void)
static void __exit imx_serial_exit(void)
{
uart_unregister_driver(&imx_reg);
driver_unregister(&serial_imx_driver);
platform_driver_unregister(&serial_imx_driver);
}

module_init(imx_serial_init);
Expand Down

0 comments on commit 5ea8051

Please sign in to comment.