Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5f281a62761887e7cb5f60fa81f7cd052fec5cb
Commit:     b5f281a62761887e7cb5f60fa81f7cd052fec5cb
Parent:     8057d763ed7a7365dc3402db0aed7c87d8531ecb
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 30 01:29:33 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Aug 30 09:58:22 2007 -0700

    xtensa process.c must #include <linux/fs.h>
    
    Another fallout from the removal of #include <linux/fs.h> from mm.h
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/xtensa/kernel/process.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/xtensa/kernel/process.c b/arch/xtensa/kernel/process.c
index ce758ba..dd498f1 100644
--- 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>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to