diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:33:32 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:33:33 +0200 |
commit | b5410ee66126751ad01dc6b94adfab951b665b9b (patch) | |
tree | 425a01030d32e843485db93e3f0556df990fadef /arch | |
parent | 61029e2b37403a536928cccbce438c1d8c2c5b20 (diff) | |
parent | b5bd2ccac2d5b2830c1d59e759e5e35e50639b99 (diff) |
Merge tag 'amlogic-arm-mach-for-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/arm
Amlogic ARM mach-meson changes for v6.6:
- Drop unused DT includes in mach-meson
* tag 'amlogic-arm-mach-for-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux:
ARM: meson: Drop unused includes
Link: https://lore.kernel.org/r/bbdfc9d4-6e02-a1aa-7871-b24f9da3419b@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-meson/meson.c | 1 |
1 files changed, 0 insertions, 1 deletions
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@caione.org> */ -#include <linux/of_platform.h> #include <asm/mach/arch.h> static const char * const meson_common_board_compat[] = { |