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:
61e6cfa
)
ASoC: pcm1792a: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:53:58 +0000
(17:23 +0530)
committer
Mark Brown
<broonie@linaro.org>
Wed, 16 Oct 2013 18:00:50 +0000
(19:00 +0100)
'of_match_ptr' is defined in linux/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/pcm1792a.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/pcm1792a.c
b/sound/soc/codecs/pcm1792a.c
index 2a8eccf64c76565ab5abb96f3436face0dda4f01..6f14c50a7f0f098f7e22fa178e806c20639dfcce 100644
(file)
--- a/
sound/soc/codecs/pcm1792a.c
+++ b/
sound/soc/codecs/pcm1792a.c
@@
-28,6
+28,7
@@
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/tlv.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include "pcm1792a.h"