Переглянути джерело

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>
Mark Brown 11 роки тому
батько
коміт
9c72a04ca7
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      sound/soc/fsl/fsl_ssi.c

+ 1 - 0
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>