projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab1267
)
mfd: mt6397: Add mutex include
author
Josef Friedl
<josef.friedl@speed.at>
Sun, 18 Aug 2019 13:56:04 +0000
(15:56 +0200)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 2 Sep 2019 10:20:40 +0000
(11:20 +0100)
Add missing mutex.h.
Signed-off-by: Josef Friedl <josef.friedl@speed.at>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/mt6397/core.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/mt6397/core.h
b/include/linux/mfd/mt6397/core.h
index 9320c2a1e3e61e7662f85a7ef5ce424725170431..fc88d315bddeb11290915e60edfac92edff5dcf2 100644
(file)
--- a/
include/linux/mfd/mt6397/core.h
+++ b/
include/linux/mfd/mt6397/core.h
@@
-7,6
+7,8
@@
#ifndef __MFD_MT6397_CORE_H__
#define __MFD_MT6397_CORE_H__
+#include <linux/mutex.h>
+
enum chip_id {
MT6323_CHIP_ID = 0x23,
MT6391_CHIP_ID = 0x91,