projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c84cc
)
ASoC: tas5086: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 11 Oct 2013 11:53:59 +0000
(17:23 +0530)
committer
Mark Brown
<broonie@linaro.org>
Wed, 16 Oct 2013 18:01:33 +0000
(19:01 +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/tas5086.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tas5086.c
b/sound/soc/codecs/tas5086.c
index
2996d2e
..
fe4d29d
100644
(file)
--- a/
sound/soc/codecs/tas5086.c
+++ b/
sound/soc/codecs/tas5086.c
@@
-37,6
+37,7
@@
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <linux/spi/spi.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>