From: Alexander Beregalov Date: Wed, 8 Apr 2009 04:21:42 +0000 (-0700) Subject: befs: fix build on parisc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2b3fffefea993a94c386b2d96de2d09469c343d1;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 41f2b4d0093e..ca40f828f64d 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"