summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
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/ubifs
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/ubifs')
-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 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>