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:
c9eaa44
)
ASoC: hdmi: Include of.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 4 Apr 2014 05:59:09 +0000
(11:29 +0530)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 19:34:02 +0000
(20:34 +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/hdmi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/hdmi.c
b/sound/soc/codecs/hdmi.c
index 9cb1c7d3e1dca6dafbeaf1247c2bccf073212061..1087fd5f9917b013e68e555607d3b6d811d42bd3 100644
(file)
--- a/
sound/soc/codecs/hdmi.c
+++ b/
sound/soc/codecs/hdmi.c
@@
-20,6
+20,7
@@
*/
#include <linux/module.h>
#include <sound/soc.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#define DRV_NAME "hdmi-audio-codec"