summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98090.c
diff options
context:
space:
mode:
authorSachin Kamat2014-04-04 07:59:10 +0200
committerMark Brown2014-04-14 21:35:13 +0200
commit6e1f29d4ef1c13ab87fe785fe6e1213d57232a31 (patch)
treeeab853f72dc592d8efcd724706d155f97b7271ea /sound/soc/codecs/max98090.c
parentASoC: hdmi: Include of.h (diff)
downloadkernel-qcow2-linux-6e1f29d4ef1c13ab87fe785fe6e1213d57232a31.tar.gz
kernel-qcow2-linux-6e1f29d4ef1c13ab87fe785fe6e1213d57232a31.tar.xz
kernel-qcow2-linux-6e1f29d4ef1c13ab87fe785fe6e1213d57232a31.zip
ASoC: max98090: Include of.h
of_match_ptr is defined in 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/max98090.c')
-rw-r--r--sound/soc/codecs/max98090.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c
index f7b0b37aa858..4959e762f88a 100644
--- a/sound/soc/codecs/max98090.c
+++ b/sound/soc/codecs/max98090.c
@@ -11,6 +11,7 @@
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/pm.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>