[JFFS2] debug.h: include <linux/sched.h> for current->pid
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
8fa7a41f65
commit
e499e01d23
|
@ -13,6 +13,7 @@
|
||||||
#ifndef _JFFS2_DEBUG_H_
|
#ifndef _JFFS2_DEBUG_H_
|
||||||
#define _JFFS2_DEBUG_H_
|
#define _JFFS2_DEBUG_H_
|
||||||
|
|
||||||
|
#include <linux/sched.h>
|
||||||
|
|
||||||
#ifndef CONFIG_JFFS2_FS_DEBUG
|
#ifndef CONFIG_JFFS2_FS_DEBUG
|
||||||
#define CONFIG_JFFS2_FS_DEBUG 0
|
#define CONFIG_JFFS2_FS_DEBUG 0
|
||||||
|
|
Loading…
Reference in New Issue