aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/tlv320aic3x.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-11 17:24:00 +0530
committerMark Brown <broonie@linaro.org>2013-10-16 19:02:18 +0100
commitb3b70786ec18ef3088b55b76258bbd48d75aee08 (patch)
tree2708999bf498c0942bbdffff3cecaafd62684e65 /sound/soc/codecs/tlv320aic3x.c
parentASoC: tlv320aic3x: Convert to direct regmap API usage (diff)
downloadwireguard-linux-b3b70786ec18ef3088b55b76258bbd48d75aee08.tar.xz
wireguard-linux-b3b70786ec18ef3088b55b76258bbd48d75aee08.zip
ASoC: tlv320aic3x: Include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r--sound/soc/codecs/tlv320aic3x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 892c108ca67a..f8b9fa6b6f0a 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -40,6 +40,7 @@
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
+#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <sound/core.h>