diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-04-04 01:59:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 15:35:13 -0400 |
commit | 6e1f29d4ef1c13ab87fe785fe6e1213d57232a31 (patch) | |
tree | eab853f72dc592d8efcd724706d155f97b7271ea | |
parent | a6b34312b027833de87c31e63a5d06b07186bacf (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>
-rw-r--r-- | sound/soc/codecs/max98090.c | 1 |
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 @@ | |||
11 | #include <linux/delay.h> | 11 | #include <linux/delay.h> |
12 | #include <linux/i2c.h> | 12 | #include <linux/i2c.h> |
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/of.h> | ||
14 | #include <linux/pm.h> | 15 | #include <linux/pm.h> |
15 | #include <linux/pm_runtime.h> | 16 | #include <linux/pm_runtime.h> |
16 | #include <linux/regmap.h> | 17 | #include <linux/regmap.h> |