aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-05-06 18:13:17 +0100
committerMark Brown <broonie@kernel.org>2016-05-06 18:13:17 +0100
commitb58cea7355875d6ae7aacb66c105f5c99f489909 (patch)
treef34763245f8973ee6fdaa9cdf80a41ecbfac09cd /sound
parentASoC: da7219: Add initial ACPI id for device (diff)
downloadlinux-dev-b58cea7355875d6ae7aacb66c105f5c99f489909.tar.xz
linux-dev-b58cea7355875d6ae7aacb66c105f5c99f489909.zip
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>
Diffstat (limited to 'sound')
-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 @@
* option) any later version.
*/
+#include <linux/acpi.h>
#include <linux/clk.h>
#include <linux/i2c.h>
#include <linux/of_device.h>