aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98090.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-04-04 11:29:10 +0530
committerMark Brown <broonie@linaro.org>2014-04-14 20:35:13 +0100
commit6e1f29d4ef1c13ab87fe785fe6e1213d57232a31 (patch)
treeeab853f72dc592d8efcd724706d155f97b7271ea /sound/soc/codecs/max98090.c
parenta6b34312b027833de87c31e63a5d06b07186bacf (diff)
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>