diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-04-04 11:29:09 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-14 20:34:02 +0100 |
commit | a6b34312b027833de87c31e63a5d06b07186bacf (patch) | |
tree | 78beb73c66139729e3c36a02b16239ebf05a4bc0 /sound/soc | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
download | op-kernel-dev-a6b34312b027833de87c31e63a5d06b07186bacf.zip op-kernel-dev-a6b34312b027833de87c31e63a5d06b07186bacf.tar.gz |
ASoC: hdmi: Include of.h
of_match_ptr is defined in 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')
-rw-r--r-- | sound/soc/codecs/hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/hdmi.c b/sound/soc/codecs/hdmi.c index 9cb1c7d..1087fd5 100644 --- a/sound/soc/codecs/hdmi.c +++ b/sound/soc/codecs/hdmi.c @@ -20,6 +20,7 @@ */ #include <linux/module.h> #include <sound/soc.h> +#include <linux/of.h> #include <linux/of_device.h> #define DRV_NAME "hdmi-audio-codec" |