diff options
author | Rob Herring <robh@kernel.org> | 2023-08-04 00:42:49 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:31:00 +0200 |
commit | 152d11a0b5095e4eb7858e2d331523cb2f2fc3f1 (patch) | |
tree | 1c077c57fe14e9cdf08b1a55637057805c0490a4 /arch/arm/mach-npcm/platsmp.c | |
parent | ARM: nomadik: Drop unused includes (diff) | |
download | linux-152d11a0b5095e4eb7858e2d331523cb2f2fc3f1.tar.xz linux-152d11a0b5095e4eb7858e2d331523cb2f2fc3f1.zip |
ARM: npcm: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-9-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-npcm/platsmp.c')
-rw-r--r-- | arch/arm/mach-npcm/platsmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-npcm/platsmp.c b/arch/arm/mach-npcm/platsmp.c index 21633c70fe7f..41891d3aa124 100644 --- a/arch/arm/mach-npcm/platsmp.c +++ b/arch/arm/mach-npcm/platsmp.c @@ -5,12 +5,9 @@ #define pr_fmt(fmt) "nuvoton,npcm7xx-smp: " fmt #include <linux/delay.h> -#include <linux/device.h> #include <linux/smp.h> #include <linux/io.h> #include <linux/of.h> -#include <linux/of_device.h> -#include <linux/of_platform.h> #include <linux/of_address.h> #include <asm/cacheflush.h> #include <asm/smp.h> |