rockchip: rk3308: Drop unused rk_board_init()
authorJonas Karlman <jonas@kwiboo.se>
Sat, 2 Nov 2024 20:45:13 +0000 (20:45 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 23 Apr 2025 14:12:01 +0000 (22:12 +0800)
commit231777ca8b4211fad9e6d9a300b0a8c906c416d4
treed1c929e9e8ccbca10dfc825d45abf3bd38cf3d90
parent4446bc331c65d3efb8a9321d6368c61edb56479b
rockchip: rk3308: Drop unused rk_board_init()

Nothing is calling the function rk_board_init() and the io-domain driver
can handle the functions intended purpose based on information from DT.

Cleanup by removing the unused rk_board_init() function and re-sort
included headers.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3308/rk3308.c