VisionFive2 Linux kernel

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

More than 9999 Commits   35 Branches   59 Tags
author: Alexander Beregalov <a.beregalov@gmail.com> 2009-04-07 21:21:42 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2009-04-08 10:21:43 -0700 commit: 2b3fffefea993a94c386b2d96de2d09469c343d1 parent: 577c9c456f0e1371cbade38eaf91ae8e8a308555
Commit Summary:
befs: fix build on parisc
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/befs/super.c b/fs/befs/super.c
index 41f2b4d0093e..ca40f828f64d 100644
--- a/fs/befs/super.c
+++ b/fs/befs/super.c
@@ -8,6 +8,7 @@
  */
 
 #include <linux/fs.h>
+#include <asm/page.h> /* for PAGE_SIZE */
 
 #include "befs.h"
 #include "super.h"