VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   57 Tags
author: Christoph Hellwig <hch@lst.de> 2019-08-28 16:19:53 +0200 committer: Jason Gunthorpe <jgg@mellanox.com> 2019-09-07 04:28:04 -0300 commit: a520110e4a15ceb385304d9cab22bb51438f6080 parent: 810e24e009cf71bf85a1524f272a744c54ca6591
Commit Summary:
mm: split out a new pagewalk.h header from mm.h
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/openrisc/kernel/dma.c b/arch/openrisc/kernel/dma.c
index b41a79fcdbd9..c7812e6effa2 100644
--- a/arch/openrisc/kernel/dma.c
+++ b/arch/openrisc/kernel/dma.c
@@ -16,6 +16,7 @@
  */
 
 #include <linux/dma-noncoherent.h>
+#include <linux/pagewalk.h>
 
 #include <asm/cpuinfo.h>
 #include <asm/spr_defs.h>