summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/hdmi.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2014-04-04 11:29:09 +0530
committerMark Brown <broonie@linaro.org>2014-04-14 20:34:02 +0100
commita6b34312b027833de87c31e63a5d06b07186bacf (patch)
tree78beb73c66139729e3c36a02b16239ebf05a4bc0 /sound/soc/codecs/hdmi.c
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff)
downloadlinux-stable-a6b34312b027833de87c31e63a5d06b07186bacf.tar.gz
linux-stable-a6b34312b027833de87c31e63a5d06b07186bacf.tar.bz2
linux-stable-a6b34312b027833de87c31e63a5d06b07186bacf.zip
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/codecs/hdmi.c')
-rw-r--r--sound/soc/codecs/hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/hdmi.c b/sound/soc/codecs/hdmi.c
index 9cb1c7d3e1dc..1087fd5f9917 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"