diff options
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r-- | include/sound/soc-dapm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index e46107fffeb4..8da3c2409060 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -13,10 +13,11 @@ | |||
13 | #ifndef __LINUX_SND_SOC_DAPM_H | 13 | #ifndef __LINUX_SND_SOC_DAPM_H |
14 | #define __LINUX_SND_SOC_DAPM_H | 14 | #define __LINUX_SND_SOC_DAPM_H |
15 | 15 | ||
16 | #include <linux/device.h> | ||
17 | #include <linux/types.h> | 16 | #include <linux/types.h> |
18 | #include <sound/control.h> | 17 | #include <sound/control.h> |
19 | 18 | ||
19 | struct device; | ||
20 | |||
20 | /* widget has no PM register bit */ | 21 | /* widget has no PM register bit */ |
21 | #define SND_SOC_NOPM -1 | 22 | #define SND_SOC_NOPM -1 |
22 | 23 | ||