projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1014fad
)
ASoC: fsl: Add explicit include of of.h
author
Mark Brown
<broonie@linaro.org>
Tue, 15 Apr 2014 11:02:02 +0000
(12:02 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/fsl_ssi.c
b/sound/soc/fsl/fsl_ssi.c
index 5428a1fda2603850349fa2fb11680df9b63386eb..2fbbd8416c000a8177347a07d2daa72bc6f17818 100644
(file)
--- 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>