浏览代码

befs: fix build on parisc

fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Alexander Beregalov 16 年之前
父节点
当前提交
2b3fffefea
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/befs/super.c

+ 1 - 0
fs/befs/super.c

@@ -8,6 +8,7 @@
  */
  */
 
 
 #include <linux/fs.h>
 #include <linux/fs.h>
+#include <asm/page.h> /* for PAGE_SIZE */
 
 
 #include "befs.h"
 #include "befs.h"
 #include "super.h"
 #include "super.h"