diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-04-04 09:59:11 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 23:35:13 +0400 |
commit | affb74ad299631666e5bf1f455e3baa7035ea58f (patch) | |
tree | 3323f9bfcb116a8445b1b777fd51398350695ced | |
parent | 6e1f29d4ef1c13ab87fe785fe6e1213d57232a31 (diff) | |
download | linux-affb74ad299631666e5bf1f455e3baa7035ea58f.tar.xz |
ASoC: rt5640: 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/rt5640.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5640.c b/sound/soc/codecs/rt5640.c index 68b4dd622b87..635363cb73e9 100644 --- a/sound/soc/codecs/rt5640.c +++ b/sound/soc/codecs/rt5640.c @@ -18,6 +18,7 @@ #include <linux/gpio.h> #include <linux/i2c.h> #include <linux/regmap.h> +#include <linux/of.h> #include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/spi/spi.h> |