From: Sachin Kamat Date: Fri, 4 Apr 2014 05:59:13 +0000 (+0530) Subject: ASoC: tpa6130a2: Include of.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5e4534f7b39aaf1256d3de14f412489d5879df;p=pandora-kernel.git ASoC: tpa6130a2: 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/tpa6130a2.c b/sound/soc/codecs/tpa6130a2.c index b27c396037d4..8fc5a647453b 100644 --- a/sound/soc/codecs/tpa6130a2.c +++ b/sound/soc/codecs/tpa6130a2.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "tpa6130a2.h"