VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Ard Biesheuvel <ardb@kernel.org> 2021-01-18 13:38:42 +0100 committer: Ard Biesheuvel <ardb@kernel.org> 2021-01-18 13:50:37 +0100 commit: 8ff059b8531f3b98e14f0461859fc7cdd95823e4 parent: 5c8fe583cce542aa0b84adc939ce85293de36e5e
Commit Summary:
efi: ia64: move IA64-only declarations to new asm/efi.h header
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c
index 9b5acf8fb092..24583a39fa1b 100644
--- a/arch/ia64/mm/init.c
+++ b/arch/ia64/mm/init.c
@@ -27,6 +27,7 @@
 #include <linux/swiotlb.h>
 
 #include <asm/dma.h>
+#include <asm/efi.h>
 #include <asm/io.h>
 #include <asm/numa.h>
 #include <asm/patch.h>