[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230717225639.3214794-1-robh@kernel.org>
Date: Mon, 17 Jul 2023 16:56:38 -0600
From: Rob Herring <robh@...nel.org>
To: Wei Xu <xuwei5@...ilicon.com>, Russell King <linux@...linux.org.uk>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: hisi: Drop unused includes
of_platform.h is not needed, so drop it.
Signed-off-by: Rob Herring <robh@...nel.org>
---
arch/arm/mach-hisi/hotplug.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-hisi/hotplug.c b/arch/arm/mach-hisi/hotplug.c
index c517941416f1..f5655ad1c351 100644
--- a/arch/arm/mach-hisi/hotplug.c
+++ b/arch/arm/mach-hisi/hotplug.c
@@ -8,7 +8,6 @@
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/of_address.h>
-#include <linux/of_platform.h>
#include <asm/cacheflush.h>
#include <asm/smp_plat.h>
#include "core.h"
--
2.40.1
Powered by blists - more mailing lists