Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09c1dec4 authored by Josef Friedl's avatar Josef Friedl Committed by Lee Jones
Browse files

mfd: mt6397: Add mutex include



Add missing mutex.h.

Signed-off-by: default avatarJosef Friedl <josef.friedl@speed.at>
Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 8ab1267f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,