Commit 19f95571 authored by Mark Brown's avatar Mark Brown

mfd: Add missing mutex.h inclusion to WM8994 core.h

struct wm8994 includes a mutex so we need to include mutex.h before we
declare it. All current users rely on this being done implicitly.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 71d17184
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#ifndef __MFD_WM8994_CORE_H__ #ifndef __MFD_WM8994_CORE_H__
#define __MFD_WM8994_CORE_H__ #define __MFD_WM8994_CORE_H__
#include <linux/mutex.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
enum wm8994_type { enum wm8994_type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment