projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23174ee
)
ARM: npcm: Drop unused includes
author
Rob Herring
<robh@kernel.org>
Thu, 3 Aug 2023 22:42:49 +0000
(16:42 -0600)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 12 Aug 2023 08:31:00 +0000
(10:31 +0200)
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>
arch/arm/mach-npcm/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-npcm/platsmp.c
b/arch/arm/mach-npcm/platsmp.c
index 21633c70fe7fee6706f94c2d47c8fafb08edeb26..41891d3aa1247d4d689ddaf20fbdae07ab0aed68 100644
(file)
--- a/
arch/arm/mach-npcm/platsmp.c
+++ b/
arch/arm/mach-npcm/platsmp.c
@@
-5,12
+5,9
@@
#define pr_fmt(fmt) "nuvoton,npcm7xx-smp: " fmt
#include <linux/delay.h>
-#include <linux/device.h>
#include <linux/smp.h>
#include <linux/io.h>
#include <linux/of.h>
-#include <linux/of_device.h>
-#include <linux/of_platform.h>
#include <linux/of_address.h>
#include <asm/cacheflush.h>
#include <asm/smp.h>