diff options
author | 2014-04-04 11:29:09 +0530 | |
---|---|---|
committer | 2014-04-14 20:34:02 +0100 | |
commit | a6b34312b027833de87c31e63a5d06b07186bacf (patch) | |
tree | 78beb73c66139729e3c36a02b16239ebf05a4bc0 | |
parent | Linux 3.15-rc1 (diff) | |
download | wireguard-linux-a6b34312b027833de87c31e63a5d06b07186bacf.tar.xz wireguard-linux-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 '')
-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 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" |