diff options
author | Rob Herring <robh@kernel.org> | 2023-08-03 16:42:48 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:31:00 +0200 |
commit | 23174ee58007f7e325b1f67ddc3a01fb0d83d18f (patch) | |
tree | 50e15acd1f864cc521855e1d5f9a534b784daaa0 /arch/arm/mach-nomadik | |
parent | 89ce0a2fc143c22a40f2dfe0f4ce0672fa45ee5a (diff) |
ARM: nomadik: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-8-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-nomadik')
-rw-r--r-- | arch/arm/mach-nomadik/cpu-8815.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-nomadik/cpu-8815.c b/arch/arm/mach-nomadik/cpu-8815.c index 51f88a297c4e..0eed60917dcf 100644 --- a/arch/arm/mach-nomadik/cpu-8815.c +++ b/arch/arm/mach-nomadik/cpu-8815.c @@ -5,25 +5,12 @@ #include <linux/types.h> #include <linux/init.h> -#include <linux/device.h> -#include <linux/amba/bus.h> -#include <linux/platform_device.h> #include <linux/io.h> -#include <linux/slab.h> -#include <linux/irq.h> -#include <linux/dma-mapping.h> -#include <linux/of_irq.h> -#include <linux/of_address.h> -#include <linux/of_platform.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> -#include <asm/mach/time.h> #include <asm/mach-types.h> -#include <asm/cacheflush.h> -#include <asm/hardware/cache-l2x0.h> - /* * These are the only hard-coded address offsets we still have to use. */ |