From: Rob Herring Date: Thu, 3 Aug 2023 22:42:52 +0000 (-0600) Subject: ARM: rockchip: Drop unused includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab7c1ad11da41de9d5b75bc9171a3485f5aa7923;p=linux.git ARM: rockchip: Drop unused includes Several includes are not needed, so drop them. of_platform.h is not needed, but it implicitly includes of.h which is needed. Signed-off-by: Rob Herring Reviewed-by: Heiko Stuebner Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-12-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c index beea4564eed40..82102fbabf926 100644 --- a/arch/arm/mach-rockchip/rockchip.c +++ b/arch/arm/mach-rockchip/rockchip.c @@ -9,15 +9,11 @@ #include #include #include +#include #include -#include -#include #include -#include -#include #include #include -#include #include "core.h" #include "pm.h"