Merge master.kernel.org:/home/rmk/linux-2.6-serial

This commit is contained in:
Linus Torvalds 2005-11-21 19:00:43 -08:00
commit 5ea8051a23
1 changed files with 1 additions and 1 deletions

View File

@ -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);