Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rob Herring and committed by
Arnd Bergmann
23174ee5 89ce0a2f

-13
-13
arch/arm/mach-nomadik/cpu-8815.c
··· 5 5 6 6 #include <linux/types.h> 7 7 #include <linux/init.h> 8 - #include <linux/device.h> 9 - #include <linux/amba/bus.h> 10 - #include <linux/platform_device.h> 11 8 #include <linux/io.h> 12 - #include <linux/slab.h> 13 - #include <linux/irq.h> 14 - #include <linux/dma-mapping.h> 15 - #include <linux/of_irq.h> 16 - #include <linux/of_address.h> 17 - #include <linux/of_platform.h> 18 9 19 10 #include <asm/mach/arch.h> 20 11 #include <asm/mach/map.h> 21 - #include <asm/mach/time.h> 22 12 #include <asm/mach-types.h> 23 - 24 - #include <asm/cacheflush.h> 25 - #include <asm/hardware/cache-l2x0.h> 26 13 27 14 /* 28 15 * These are the only hard-coded address offsets we still have to use.