diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 07:53:58 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 14:00:50 -0400 |
commit | 4b2fa5121c758db6fe9ed4931b54e390661395de (patch) | |
tree | 8181df8134a3620a952cae6e42711a7503c95d7f /sound/soc/codecs/pcm1792a.c | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) |
ASoC: pcm1792a: 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/pcm1792a.c')
-rw-r--r-- | sound/soc/codecs/pcm1792a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c index 2a8eccf64c76..6f14c50a7f0f 100644 --- a/sound/soc/codecs/pcm1792a.c +++ b/sound/soc/codecs/pcm1792a.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <sound/initval.h> | 28 | #include <sound/initval.h> |
29 | #include <sound/soc.h> | 29 | #include <sound/soc.h> |
30 | #include <sound/tlv.h> | 30 | #include <sound/tlv.h> |
31 | #include <linux/of.h> | ||
31 | #include <linux/of_device.h> | 32 | #include <linux/of_device.h> |
32 | 33 | ||
33 | #include "pcm1792a.h" | 34 | #include "pcm1792a.h" |