aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/pcm1681.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-11 17:23:57 +0530
committerMark Brown <broonie@linaro.org>2013-10-16 19:00:10 +0100
commit193a47162c93afa09fffd04a04443f14d402c606 (patch)
treecb91bd87c3f8a96acd89db0ccc048410a49f8e75 /sound/soc/codecs/pcm1681.c
parentLinux 3.12-rc5 (diff)
downloadlinux-dev-193a47162c93afa09fffd04a04443f14d402c606.tar.xz
linux-dev-193a47162c93afa09fffd04a04443f14d402c606.zip
ASoC: pcm1681: 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/pcm1681.c')
-rw-r--r--sound/soc/codecs/pcm1681.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c
index 651ce0923675..54ea15b87bfc 100644
--- a/sound/soc/codecs/pcm1681.c
+++ b/sound/soc/codecs/pcm1681.c
@@ -21,6 +21,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>