diff options
| author | Josef Friedl <josef.friedl@speed.at> | 2019-08-18 09:56:04 -0400 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2019-09-02 06:20:40 -0400 |
| commit | 09c1dec470029f812e86aa92908abfd9132c2fab (patch) | |
| tree | 625e72c7d1dc18f1210b0e6b9decfd5a32027378 /include/linux/mfd | |
| parent | 8ab1267ff73dc372d63dffc7736058d456b8c75b (diff) | |
mfd: mt6397: Add mutex include
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>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/mt6397/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/mt6397/core.h b/include/linux/mfd/mt6397/core.h index 9320c2a1e3e6..fc88d315bdde 100644 --- a/include/linux/mfd/mt6397/core.h +++ b/include/linux/mfd/mt6397/core.h | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | #ifndef __MFD_MT6397_CORE_H__ | 7 | #ifndef __MFD_MT6397_CORE_H__ |
| 8 | #define __MFD_MT6397_CORE_H__ | 8 | #define __MFD_MT6397_CORE_H__ |
| 9 | 9 | ||
| 10 | #include <linux/mutex.h> | ||
| 11 | |||
| 10 | enum chip_id { | 12 | enum chip_id { |
| 11 | MT6323_CHIP_ID = 0x23, | 13 | MT6323_CHIP_ID = 0x23, |
| 12 | MT6391_CHIP_ID = 0x91, | 14 | MT6391_CHIP_ID = 0x91, |
