ASoC: fsl: Add explicit include of of.h
authorMark Brown <broonie@linaro.org>
Tue, 15 Apr 2014 11:02:02 +0000 (12:02 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 15 Apr 2014 11:02:02 +0000 (12:02 +0100)
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>
sound/soc/fsl/fsl_ssi.c

index 5428a1fda2603850349fa2fb11680df9b63386eb..2fbbd8416c000a8177347a07d2daa72bc6f17818 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>