summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-01-27 16:22:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-03 07:57:32 +0100
commit7814ae61ab60837e385359c266363d4ce962d4dd (patch)
tree9aee7c77cfe1b5390c9021df9389975fb490e34d /fs
parentbaa7fe1d15606e08ee9da1c21b987eca5072a421 (diff)
downloadbarebox-7814ae61ab60837e385359c266363d4ce962d4dd.tar.gz
barebox-7814ae61ab60837e385359c266363d4ce962d4dd.tar.xz
Introduce include/linux/mutex.h
Move mutex related defines 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/pstore/platform.c1
-rw-r--r--fs/ubifs/ubifs.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c
index 98fd26d2e0..963ecafef8 100644
--- a/fs/pstore/platform.c
+++ b/fs/pstore/platform.c
@@ -24,6 +24,7 @@
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/spinlock.h>
+#include <linux/mutex.h>
#include <malloc.h>
#include <printk.h>
#include <module.h>
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h
index 0164551c14..d655cfaac4 100644
--- a/fs/ubifs/ubifs.h
+++ b/fs/ubifs/ubifs.h
@@ -42,6 +42,7 @@
#include <linux/path.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
+#include <linux/mutex.h>
#include <linux/ctype.h>
#include <linux/math64.h>
#include <linux/rbtree.h>