Skip to content

Commit 23174ee

Browse files
robherringarndb
authored andcommitted
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>
1 parent 89ce0a2 commit 23174ee

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

arch/arm/mach-nomadik/cpu-8815.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,12 @@
55

66
#include <linux/types.h>
77
#include <linux/init.h>
8-
#include <linux/device.h>
9-
#include <linux/amba/bus.h>
10-
#include <linux/platform_device.h>
118
#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>
189

1910
#include <asm/mach/arch.h>
2011
#include <asm/mach/map.h>
21-
#include <asm/mach/time.h>
2212
#include <asm/mach-types.h>
2313

24-
#include <asm/cacheflush.h>
25-
#include <asm/hardware/cache-l2x0.h>
26-
2714
/*
2815
* These are the only hard-coded address offsets we still have to use.
2916
*/

0 commit comments

Comments
 (0)