From: Mark Brown Date: Tue, 15 Apr 2014 11:02:02 +0000 (+0100) Subject: ASoC: fsl: Add explicit include of of.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9c72a04ca78606bf10211efa93b3332c710afc65;p=deliverable%2Flinux.git ASoC: fsl: Add explicit include of of.h Hopefully fixing a build failure reported by Stephen Rothwell - though quite why the other OF headers don't include this as well I'm not sure. Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index 5428a1fda260..2fbbd8416c00 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include