diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-04-04 11:29:13 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 20:35:13 +0100 |
commit | ee5e4534f7b39aaf1256d3de14f412489d5879df (patch) | |
tree | b4c06fb84245a1db8003db456266ee6c5dcc206e /sound/soc/codecs | |
parent | 0faabc4f4c31deb73077e9f77989406e2fc49c77 (diff) | |
download | linux-ee5e4534f7b39aaf1256d3de14f412489d5879df.tar.bz2 |
ASoC: tpa6130a2: 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')
-rw-r--r-- | sound/soc/codecs/tpa6130a2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c index b27c396037d4..8fc5a647453b 100644 --- a/sound/soc/codecs/tpa6130a2.c +++ b/sound/soc/codecs/tpa6130a2.c @@ -30,6 +30,7 @@ #include <sound/tpa6130a2-plat.h> #include <sound/soc.h> #include <sound/tlv.h> +#include <linux/of.h> #include <linux/of_gpio.h> #include "tpa6130a2.h" |