From: Alexander Beregalov Date: Wed, 8 Apr 2009 04:21:42 +0000 (-0700) Subject: befs: fix build on parisc X-Git-Tag: v2.6.30-rc2~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3fffefea993a94c386b2d96de2d09469c343d1;p=thirdparty%2Flinux.git befs: fix build on parisc fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared Signed-off-by: Alexander Beregalov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/befs/super.c b/fs/befs/super.c index 41f2b4d0093e6..ca40f828f64da 100644 --- a/fs/befs/super.c +++ b/fs/befs/super.c @@ -8,6 +8,7 @@ */ #include +#include /* for PAGE_SIZE */ #include "befs.h" #include "super.h"