summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-27 16:22:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-01 09:16:13 +0100
commit7a583dfb4f3f34a581b0913dbee6bc222cfbd007 (patch)
tree78bfb2eb76d5d85eaa43d07303da0cb0e190e7f5 /fs
parent6f332972ef4bcbd6fdfb08d8acd5f8d3f1523176 (diff)
downloadbarebox-7a583dfb4f3f34a581b0913dbee6bc222cfbd007.tar.gz
barebox-7a583dfb4f3f34a581b0913dbee6bc222cfbd007.tar.xz
Introduce include/linux/sched.h
Move cond_resched() from barebox-wrapper.h to its original place. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/ubifs/ubifs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index 50ac1c4306..a4f85231c4 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -40,6 +40,7 @@
#include <linux/dcache.h>
#include <linux/mount.h>
#include <linux/path.h>
+#include <linux/sched.h>
#include <linux/ctype.h>
#include <linux/math64.h>
#include <linux/rbtree.h>