Files
linux-rockchip/drivers/char
Tao Huang 14b1dd2738 char: misc: Call misc_init() early when CONFIG_INITCALL_ASYNC=y
rfkill_init() depends on misc_init() to init misc_class.
But rfkill_init() and misc_init() are both in the same
subsys_initcall level.

Fix this by move misc_init() to the arch_initcall_sync level.

Change-Id: I7266c2787c04a42886816b0ef11f3ed968ebf557
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
2025-04-21 02:19:49 +00:00
..
2025-01-10 17:48:57 +08:00
2024-07-18 13:18:39 +02:00