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>
This commit is contained in:
parent
577c9c456f
commit
2b3fffefea
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/fs.h>
|
||||
#include <asm/page.h> /* for PAGE_SIZE */
|
||||
|
||||
#include "befs.h"
|
||||
#include "super.h"
|
||||
|
|
Loading…
Reference in New Issue