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

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>

authored by

Rob Herring and committed by
Arnd Bergmann
152d11a0 23174ee5

-3
-3
arch/arm/mach-npcm/platsmp.c
··· 5 5 #define pr_fmt(fmt) "nuvoton,npcm7xx-smp: " fmt 6 6 7 7 #include <linux/delay.h> 8 - #include <linux/device.h> 9 8 #include <linux/smp.h> 10 9 #include <linux/io.h> 11 10 #include <linux/of.h> 12 - #include <linux/of_device.h> 13 - #include <linux/of_platform.h> 14 11 #include <linux/of_address.h> 15 12 #include <asm/cacheflush.h> 16 13 #include <asm/smp.h>