You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
dw8250_platform_driver_init() depends on serial8250_init(). But dw8250_platform_driver_init() and serial8250_init() are both in the same module_init level. Fix this by moving serial8250_init() to the rootfs_initcall level. Change-Id: I337da18ef25121ccb1f9351fd213abb7d83f82d1 Signed-off-by: Tao Huang <huangtao@rock-chips.com>