Skip to content

Commit

Permalink
mfd: mt6397: Add mutex include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Josef Friedl authored and Lee Jones committed Sep 2, 2019
1 parent 8ab1267 commit 09c1dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/mfd/mt6397/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 09c1dec

Please sign in to comment.