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:
a6b3431
)
ASoC: max98090: Include of.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 4 Apr 2014 05:59:10 +0000
(11:29 +0530)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 19:35:13 +0000
(20:35 +0100)
of_match_ptr is defined in of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/max98090.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/max98090.c
b/sound/soc/codecs/max98090.c
index f7b0b37aa85827e7cd45a8afda039078c7079f0e..4959e762f88a7081ea9a5513d811d0af7ec8f03a 100644
(file)
--- a/
sound/soc/codecs/max98090.c
+++ b/
sound/soc/codecs/max98090.c
@@
-11,6
+11,7
@@
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/pm.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>