Skip to content

Commit 152d11a

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/arm/mach-npcm/platsmp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
#define pr_fmt(fmt) "nuvoton,npcm7xx-smp: " fmt
66

77
#include <linux/delay.h>
8-
#include <linux/device.h>
98
#include <linux/smp.h>
109
#include <linux/io.h>
1110
#include <linux/of.h>
12-
#include <linux/of_device.h>
13-
#include <linux/of_platform.h>
1411
#include <linux/of_address.h>
1512
#include <asm/cacheflush.h>
1613
#include <asm/smp.h>

0 commit comments

Comments
 (0)