mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
bmips: remove unneeded downstream serial patch
Disabling CONFIG_SERIAL_8250 makes the upstream serial driver work OOB. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
50cb3a750f
commit
f0d5eb149e
@ -213,9 +213,9 @@ CONFIG_RESET_BCM6345=y
|
||||
CONFIG_RESET_CONTROLLER=y
|
||||
CONFIG_RFS_ACCEL=y
|
||||
CONFIG_RPS=y
|
||||
# CONFIG_SERIAL_8250 is not set
|
||||
CONFIG_SERIAL_BCM63XX=y
|
||||
CONFIG_SERIAL_BCM63XX_CONSOLE=y
|
||||
CONFIG_SERIAL_MCTRL_GPIO=y
|
||||
CONFIG_SGL_ALLOC=y
|
||||
CONFIG_SMP=y
|
||||
CONFIG_SMP_UP=y
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/drivers/tty/serial/bcm63xx_uart.c
|
||||
+++ b/drivers/tty/serial/bcm63xx_uart.c
|
||||
@@ -916,7 +916,7 @@ static void __exit bcm_uart_exit(void)
|
||||
uart_unregister_driver(&bcm_uart_driver);
|
||||
}
|
||||
|
||||
-module_init(bcm_uart_init);
|
||||
+subsys_initcall(bcm_uart_init);
|
||||
module_exit(bcm_uart_exit);
|
||||
|
||||
MODULE_AUTHOR("Maxime Bizon <mbizon@freebox.fr>");
|
Loading…
Reference in New Issue
Block a user