diff options
author | Mark Brown <broonie@kernel.org> | 2016-05-06 18:13:17 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-06 18:13:17 +0100 |
commit | b58cea7355875d6ae7aacb66c105f5c99f489909 (patch) | |
tree | f34763245f8973ee6fdaa9cdf80a41ecbfac09cd /sound | |
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>
Diffstat (limited to 'sound')
-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 @@ * option) any later version. */ +#include <linux/acpi.h> #include <linux/clk.h> #include <linux/i2c.h> #include <linux/of_device.h> |