[JFFS2] debug.h: include <linux/sched.h> for current->pid

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jan 12 19:59:02 EST 2007


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=e499e01d234a31d59679b7b1e1cf628d917ba49a
Commit:     e499e01d234a31d59679b7b1e1cf628d917ba49a
Parent:     8fa7a41f65956ac3b6653dc6274c5111c99093ff
Author:     David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Sat Jan 13 08:19:03 2007 +0800
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Sat Jan 13 08:19:03 2007 +0800

    [JFFS2] debug.h: include <linux/sched.h> for current->pid
    
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 fs/jffs2/debug.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/jffs2/debug.h b/fs/jffs2/debug.h
index 3daf3bc..f89c85d 100644
--- a/fs/jffs2/debug.h
+++ b/fs/jffs2/debug.h
@@ -13,6 +13,7 @@
 #ifndef _JFFS2_DEBUG_H_
 #define _JFFS2_DEBUG_H_
 
+#include <linux/sched.h>
 
 #ifndef CONFIG_JFFS2_FS_DEBUG
 #define CONFIG_JFFS2_FS_DEBUG 0



More information about the linux-mtd-cvs mailing list