summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/mmp-dt.c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-08-03 16:42:47 -0600
committerArnd Bergmann <arnd@arndb.de>2023-08-12 10:31:00 +0200
commit89ce0a2fc143c22a40f2dfe0f4ce0672fa45ee5a (patch)
treee666440839f530ce2f7c9203ec3820cf0a60a649 /arch/arm/mach-mmp/mmp-dt.c
parentfcd346e833e98b4f56243ac8bee8f17bc9f101ae (diff)
ARM: mmp: Drop unused includes
Several includes are not needed, so drop them. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-7-d8de2cc88bff@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mmp/mmp-dt.c')
-rw-r--r--arch/arm/mach-mmp/mmp-dt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mmp/mmp-dt.c b/arch/arm/mach-mmp/mmp-dt.c
index 3f43c0867dca..8479996a8f2e 100644
--- a/arch/arm/mach-mmp/mmp-dt.c
+++ b/arch/arm/mach-mmp/mmp-dt.c
@@ -6,12 +6,9 @@
* Author: Haojian Zhuang <haojian.zhuang@marvell.com>
*/
-#include <linux/irqchip.h>
-#include <linux/of_platform.h>
#include <linux/of_clk.h>
#include <linux/clocksource.h>
#include <asm/mach/arch.h>
-#include <asm/mach/time.h>
#include <asm/hardware/cache-tauros2.h>
#include "common.h"