summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-08-30 17:04:28 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2023-08-30 17:04:28 -0700
commitef2a0b7cdbc5b84f7b3f6573b7687e72bede0964 (patch)
tree6acc909d36519ec15564f50e02e8f984b8b0030a /arch/riscv/kernel
parent8f447694c23a432b2e9cfe67fb2651f8f6655bfd (diff)
parent86cdae14a58a877ee1ec79d39b1331bc98dace58 (diff)
downloadlinux-stable-ef2a0b7cdbc5b84f7b3f6573b7687e72bede0964.tar.gz
linux-stable-ef2a0b7cdbc5b84f7b3f6573b7687e72bede0964.tar.bz2
linux-stable-ef2a0b7cdbc5b84f7b3f6573b7687e72bede0964.zip
Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree include cleanups from Rob Herring: "These are the remaining few clean-ups of DT related includes which didn't get applied to subsystem trees" * tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: ipmi: Explicitly include correct DT includes tpm: Explicitly include correct DT includes lib/genalloc: Explicitly include correct DT includes parport: Explicitly include correct DT includes sbus: Explicitly include correct DT includes mux: Explicitly include correct DT includes macintosh: Explicitly include correct DT includes hte: Explicitly include correct DT includes EDAC: Explicitly include correct DT includes clocksource: Explicitly include correct DT includes sparc: Explicitly include correct DT includes riscv: Explicitly include correct DT includes
Diffstat (limited to 'arch/riscv/kernel')
-rw-r--r--arch/riscv/kernel/cpufeature.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/kernel/cpufeature.c b/arch/riscv/kernel/cpufeature.c
index a8f66c015229..3cc99e928744 100644
--- a/arch/riscv/kernel/cpufeature.c
+++ b/arch/riscv/kernel/cpufeature.c
@@ -13,7 +13,6 @@
#include <linux/memory.h>
#include <linux/module.h>
#include <linux/of.h>
-#include <linux/of_device.h>
#include <asm/acpi.h>
#include <asm/alternative.h>
#include <asm/cacheflush.h>