diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 13:53:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 20:00:10 +0200 |
commit | 193a47162c93afa09fffd04a04443f14d402c606 (patch) | |
tree | cb91bd87c3f8a96acd89db0ccc048410a49f8e75 /sound/soc/codecs/pcm1681.c | |
parent | Linux 3.12-rc5 (diff) | |
download | linux-193a47162c93afa09fffd04a04443f14d402c606.tar.xz linux-193a47162c93afa09fffd04a04443f14d402c606.zip |
ASoC: pcm1681: 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/pcm1681.c')
-rw-r--r-- | sound/soc/codecs/pcm1681.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c index 651ce0923675..54ea15b87bfc 100644 --- a/sound/soc/codecs/pcm1681.c +++ b/sound/soc/codecs/pcm1681.c @@ -21,6 +21,7 @@ #include <linux/gpio.h> #include <linux/i2c.h> #include <linux/regmap.h> +#include <linux/of.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <sound/pcm.h> |