diff options
author | Rob Herring <robh@kernel.org> | 2023-08-04 00:42:46 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:30:59 +0200 |
commit | fcd346e833e98b4f56243ac8bee8f17bc9f101ae (patch) | |
tree | c91534a27eff51a8ee5d2b157eb36f752ff73007 /arch/arm/mach-hpe | |
parent | ARM: dove: Drop unused includes (diff) | |
download | linux-fcd346e833e98b4f56243ac8bee8f17bc9f101ae.tar.xz linux-fcd346e833e98b4f56243ac8bee8f17bc9f101ae.zip |
ARM: hpe: Drop unused includes
of_platform.h is not needed, so drop it.
Acked-by: Nick Hawkins <nick.hawkins@hpe.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-6-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-hpe')
-rw-r--r-- | arch/arm/mach-hpe/gxp.c | 1 |
1 files changed, 0 insertions, 1 deletions
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[] = { |