diff options
author | Mark Brown <broonie@linaro.org> | 2014-04-15 12:02:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-15 12:02:02 +0100 |
commit | 9c72a04ca78606bf10211efa93b3332c710afc65 (patch) | |
tree | efab828f6fee2dec5fe9883d8ba99251187921f9 /sound/soc/fsl | |
parent | 1014fad0fca91181acc68396d84573e4ae301380 (diff) | |
download | blackbird-obmc-linux-9c72a04ca78606bf10211efa93b3332c710afc65.tar.gz blackbird-obmc-linux-9c72a04ca78606bf10211efa93b3332c710afc65.zip |
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 <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/delay.h> #include <linux/slab.h> #include <linux/spinlock.h> +#include <linux/of.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/of_platform.h> |