projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1f29d
)
ASoC: rt5640: Include of.h
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 4 Apr 2014 05:59:11 +0000
(11:29 +0530)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 19:35:13 +0000
(20:35 +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/rt5640.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5640.c
b/sound/soc/codecs/rt5640.c
index 68b4dd622b879364bc0ae26035695a8b7604d9fa..635363cb73e9a080527302c51f749120b4709e5d 100644
(file)
--- a/
sound/soc/codecs/rt5640.c
+++ b/
sound/soc/codecs/rt5640.c
@@
-18,6
+18,7
@@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h>