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:
48afa79
)
ASoC: atmel: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:54:01 +0000
(17:24 +0530)
committer
Mark Brown
<broonie@linaro.org>
Wed, 16 Oct 2013 18:03:15 +0000
(19:03 +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/atmel/sam9g20_wm8731.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/sam9g20_wm8731.c
b/sound/soc/atmel/sam9g20_wm8731.c
index 802717eccbd010d1a43f104e87004a28e56c3f30..f15bff1548f8fceb86c3f466201aab13107d9816 100644
(file)
--- a/
sound/soc/atmel/sam9g20_wm8731.c
+++ b/
sound/soc/atmel/sam9g20_wm8731.c
@@
-37,6
+37,7
@@
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
+#include <linux/of.h>
#include <linux/atmel-ssc.h>