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: https://git.karo-electronics.de/?a=commitdiff_plain;h=79262e99051a60d49b47fa4833d7a7b0f3c7b0b8;p=karo-tx-linux.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 (cherry picked from commit 9c72a04ca78606bf10211efa93b3332c710afc65) --- diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index fdb123d6817c..25865d8f2efd 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