aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-05-06 13:13:17 -0400
committerMark Brown <broonie@kernel.org>2016-05-06 13:13:17 -0400
commitb58cea7355875d6ae7aacb66c105f5c99f489909 (patch)
treef34763245f8973ee6fdaa9cdf80a41ecbfac09cd
parent5181365f5312d67dcdc9e4bc22516c48a83c8754 (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.c1
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>