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