diff options
author | Mark Brown <broonie@kernel.org> | 2016-05-06 13:13:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-06 13:13:17 -0400 |
commit | b58cea7355875d6ae7aacb66c105f5c99f489909 (patch) | |
tree | f34763245f8973ee6fdaa9cdf80a41ecbfac09cd | |
parent | 5181365f5312d67dcdc9e4bc22516c48a83c8754 (diff) |
ASoC: da7129: Add missing include of acpi.h
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/da7219.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index 17e2119f211b..5c93899f1f0e 100644 --- a/sound/soc/codecs/da7219.c +++ b/sound/soc/codecs/da7219.c | |||
@@ -11,6 +11,7 @@ | |||
11 | * option) any later version. | 11 | * option) any later version. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/acpi.h> | ||
14 | #include <linux/clk.h> | 15 | #include <linux/clk.h> |
15 | #include <linux/i2c.h> | 16 | #include <linux/i2c.h> |
16 | #include <linux/of_device.h> | 17 | #include <linux/of_device.h> |