aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-04-15 07:02:02 -0400
committerMark Brown <broonie@linaro.org>2014-04-15 07:02:02 -0400
commit9c72a04ca78606bf10211efa93b3332c710afc65 (patch)
treeefab828f6fee2dec5fe9883d8ba99251187921f9 /sound/soc/fsl
parent1014fad0fca91181acc68396d84573e4ae301380 (diff)
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.c1
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 @@
40#include <linux/delay.h> 40#include <linux/delay.h>
41#include <linux/slab.h> 41#include <linux/slab.h>
42#include <linux/spinlock.h> 42#include <linux/spinlock.h>
43#include <linux/of.h>
43#include <linux/of_address.h> 44#include <linux/of_address.h>
44#include <linux/of_irq.h> 45#include <linux/of_irq.h>
45#include <linux/of_platform.h> 46#include <linux/of_platform.h>