Skip to content

Commit ab7c1ad

Browse files
robherringarndb
authored andcommitted
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 <robh@kernel.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-12-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 48f1138 commit ab7c1ad

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

arch/arm/mach-rockchip/rockchip.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@
99
#include <linux/kernel.h>
1010
#include <linux/init.h>
1111
#include <linux/io.h>
12+
#include <linux/of.h>
1213
#include <linux/of_clk.h>
13-
#include <linux/of_platform.h>
14-
#include <linux/irqchip.h>
1514
#include <linux/clocksource.h>
16-
#include <linux/mfd/syscon.h>
17-
#include <linux/regmap.h>
1815
#include <asm/mach/arch.h>
1916
#include <asm/mach/map.h>
20-
#include <asm/hardware/cache-l2x0.h>
2117
#include "core.h"
2218
#include "pm.h"
2319

0 commit comments

Comments
 (0)