We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ecc71 commit dd1902bCopy full SHA for dd1902b
include/linux/mfd/wm8350/core.h
@@ -8,11 +8,12 @@
8
#ifndef __LINUX_MFD_WM8350_CORE_H_
9
#define __LINUX_MFD_WM8350_CORE_H_
10
11
-#include <linux/kernel.h>
12
-#include <linux/mutex.h>
13
-#include <linux/interrupt.h>
14
#include <linux/completion.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/mutex.h>
15
#include <linux/regmap.h>
16
+#include <linux/types.h>
17
18
#include <linux/mfd/wm8350/audio.h>
19
#include <linux/mfd/wm8350/gpio.h>
@@ -21,6 +22,9 @@
21
22
#include <linux/mfd/wm8350/supply.h>
23
#include <linux/mfd/wm8350/wdt.h>
24
25
+struct device;
26
+struct platform_device;
27
+
28
/*
29
* Register values.
30
*/
0 commit comments