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:
Alexander Beregalov 2009-04-07 21:21:42 -07:00 committed by Linus Torvalds
parent 577c9c456f
commit 2b3fffefea
1 changed files with 1 additions and 0 deletions

View File

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