diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 15:54:00 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 22:02:18 +0400 |
commit | b3b70786ec18ef3088b55b76258bbd48d75aee08 (patch) | |
tree | 2708999bf498c0942bbdffff3cecaafd62684e65 /sound/soc/codecs/tlv320aic3x.c | |
parent | 2a6fedec195b9bd20e60f9825ba7cc6315e54652 (diff) | |
download | linux-b3b70786ec18ef3088b55b76258bbd48d75aee08.tar.xz |
ASoC: tlv320aic3x: Include linux/of.h header
'of_match_ptr' is defined in linux/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/tlv320aic3x.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 892c108ca67a..f8b9fa6b6f0a 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -40,6 +40,7 @@ #include <linux/i2c.h> #include <linux/gpio.h> #include <linux/regulator/consumer.h> +#include <linux/of.h> #include <linux/of_gpio.h> #include <linux/slab.h> #include <sound/core.h> |