projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
577c9c4
)
befs: fix build on parisc
author
Alexander Beregalov
<a.beregalov@gmail.com>
Wed, 8 Apr 2009 04:21:42 +0000
(21:21 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 8 Apr 2009 17:21:43 +0000
(10:21 -0700)
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>
fs/befs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/befs/super.c
b/fs/befs/super.c
index 41f2b4d0093e66ed67ab747831cea76fedc397cb..ca40f828f64dac9478d667720b4bcdf6f2d9d26e 100644
(file)
--- a/
fs/befs/super.c
+++ b/
fs/befs/super.c
@@
-8,6
+8,7
@@
*/
#include <linux/fs.h>
+#include <asm/page.h> /* for PAGE_SIZE */
#include "befs.h"
#include "super.h"