[PATCH] ARM: hpe: Drop unused includes

Rob Herring posted 1 patch 2 years, 6 months ago
arch/arm/mach-hpe/gxp.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] ARM: hpe: Drop unused includes
Posted by Rob Herring 2 years, 6 months ago
of_platform.h is not needed, so drop it.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm/mach-hpe/gxp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-hpe/gxp.c b/arch/arm/mach-hpe/gxp.c
index ef3341373006..581c8da517b8 100644
--- a/arch/arm/mach-hpe/gxp.c
+++ b/arch/arm/mach-hpe/gxp.c
@@ -1,7 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2022 Hewlett-Packard Enterprise Development Company, L.P. */
 
-#include <linux/of_platform.h>
 #include <asm/mach/arch.h>
 
 static const char * const gxp_board_dt_compat[] = {
-- 
2.40.1
RE: [PATCH] ARM: hpe: Drop unused includes
Posted by Hawkins, Nick 2 years, 6 months ago
> of_platform.h is not needed, so drop it.

> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Nick Hawkins <nick.hawkins@hpe.com>