From: Sachin Kamat Date: Fri, 4 Apr 2014 05:59:09 +0000 (+0530) Subject: ASoC: hdmi: Include of.h X-Git-Tag: v3.16-rc1~12^2~52^2~3^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6b34312b027833de87c31e63a5d06b07186bacf;p=thirdparty%2Flinux.git ASoC: hdmi: Include of.h of_match_ptr is defined in of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/hdmi.c b/sound/soc/codecs/hdmi.c index 9cb1c7d3e1dca..1087fd5f9917b 100644 --- a/sound/soc/codecs/hdmi.c +++ b/sound/soc/codecs/hdmi.c @@ -20,6 +20,7 @@ */ #include #include +#include #include #define DRV_NAME "hdmi-audio-codec"