VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Nathan Chancellor <nathan@kernel.org> 2021-09-01 09:07:01 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-09-01 10:17:05 -0700 commit: ea7b4244b3656ca33b19a950f092b5bbc718b40c parent: 07281a257a6868b900da5de1eda808c9e20253f1
Commit Summary:
x86/setup: Explicitly include acpi.h
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index 63b20536c8d2..79f164141116 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -5,6 +5,7 @@
  * This file contains the setup_arch() code, which handles the architecture-dependent
  * parts of early kernel initialization.
  */
+#include <linux/acpi.h>
 #include <linux/console.h>
 #include <linux/crash_dump.h>
 #include <linux/dma-map-ops.h>