From: Sachin Kamat Date: Fri, 4 Apr 2014 05:59:09 +0000 (+0530) Subject: ASoC: hdmi: Include of.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a6b34312b027833de87c31e63a5d06b07186bacf;p=linux-beck.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 9cb1c7d3e1dc..1087fd5f9917 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"