projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e6cfa
)
ASoC: cs4271: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:53:56 +0000
(17:23 +0530)
committer
Mark Brown
<broonie@linaro.org>
Wed, 16 Oct 2013 17:47:39 +0000
(18:47 +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/cs4271.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs4271.c
b/sound/soc/codecs/cs4271.c
index a20f1bb8f0715011dad1a710cf038a80121e30b9..f6e953454bc0856ffccb87ec6680a670d3e90cbd 100644
(file)
--- a/
sound/soc/codecs/cs4271.c
+++ b/
sound/soc/codecs/cs4271.c
@@
-25,6
+25,7
@@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>