Commit 2b3fffef authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Linus Torvalds

befs: fix build on parisc

fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared
Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 577c9c45
...@@ -8,6 +8,7 @@ ...@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment