diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 17:23:57 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 19:00:10 +0100 |
commit | 193a47162c93afa09fffd04a04443f14d402c606 (patch) | |
tree | cb91bd87c3f8a96acd89db0ccc048410a49f8e75 /sound | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) |
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')
-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> |