projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8057d76
)
xtensa process.c must #include <linux/fs.h>
author
Adrian Bunk
<bunk@kernel.org>
Wed, 29 Aug 2007 23:29:33 +0000
(
01:29
+0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 30 Aug 2007 16:58:22 +0000
(09:58 -0700)
Another fallout from the removal of #include <linux/fs.h> from mm.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/xtensa/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/kernel/process.c
b/arch/xtensa/kernel/process.c
index ce758bab95b121982e45034f0dc2094ab11c74e3..dd498f1604e19222a3fc27a67e2ab1690a107bae 100644
(file)
--- a/
arch/xtensa/kernel/process.c
+++ b/
arch/xtensa/kernel/process.c
@@
-30,6
+30,7
@@
#include <linux/init_task.h>
#include <linux/module.h>
#include <linux/mqueue.h>
+#include <linux/fs.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>