summaryrefslogtreecommitdiffstats
path: root/fs/pstore
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/pstore
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/pstore')
-rw-r--r--fs/pstore/platform.c1
1 files changed, 1 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>