diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 17:23:58 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 19:00:50 +0100 |
commit | 4b2fa5121c758db6fe9ed4931b54e390661395de (patch) | |
tree | 8181df8134a3620a952cae6e42711a7503c95d7f | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) | |
download | op-kernel-dev-4b2fa5121c758db6fe9ed4931b54e390661395de.zip op-kernel-dev-4b2fa5121c758db6fe9ed4931b54e390661395de.tar.gz |
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>
-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 2a8eccf..6f14c50 100644 --- a/sound/soc/codecs/pcm1792a.c +++ b/sound/soc/codecs/pcm1792a.c @@ -28,6 +28,7 @@ #include <sound/initval.h> #include <sound/soc.h> #include <sound/tlv.h> +#include <linux/of.h> #include <linux/of_device.h> #include "pcm1792a.h" |