[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230717225623.3214384-1-robh@kernel.org>
Date: Mon, 17 Jul 2023 16:56:23 -0600
From: Rob Herring <robh@...nel.org>
To: Russell King <linux@...linux.org.uk>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>,
Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Cc: linux-arm-kernel@...ts.infradead.org,
linux-amlogic@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ARM: meson: Drop unused includes
of_platform.h is not needed, so drop it.
Signed-off-by: Rob Herring <robh@...nel.org>
---
arch/arm/mach-meson/meson.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-meson/meson.c b/arch/arm/mach-meson/meson.c
index de56e707c7aa..d3ae89dd84bb 100644
--- a/arch/arm/mach-meson/meson.c
+++ b/arch/arm/mach-meson/meson.c
@@ -3,7 +3,6 @@
* Copyright (C) 2014 Carlo Caione <carlo@...one.org>
*/
-#include <linux/of_platform.h>
#include <asm/mach/arch.h>
static const char * const meson_common_board_compat[] = {
--
2.40.1
Powered by blists - more mailing lists