Files
linux-rockchip/drivers/tty
Tao Huang 26e7a91897 serial: 8250: Call serial8250_init() early when CONFIG_INITCALL_ASYNC=y
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>
2025-04-21 02:19:49 +00:00
..