]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: fsl: Add explicit include of of.h
authorMark Brown <broonie@linaro.org>
Tue, 15 Apr 2014 11:02:02 +0000 (12:02 +0100)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:48 +0000 (21:16 -0600)
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>
(cherry picked from commit 9c72a04ca78606bf10211efa93b3332c710afc65)

sound/soc/fsl/fsl_ssi.c

index fdb123d6817c6852032cb552aed95258a65155cd..25865d8f2efd1d91e9132bded7d5afdd36148c07 100644 (file)
@@ -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>