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:
1fead3f
)
mfd: tps6586x: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 16 Oct 2013 08:56:54 +0000
(14:26 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:10 +0000
(16:22 +0100)
'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid breakage in the future.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/tps6586x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps6586x.c
b/drivers/mfd/tps6586x.c
index 68906b17ee5222ca1ad7b2efb04530fedf0735c4..ee61fd7c198da714c2dd56ba7be2bfe6da5a068d 100644
(file)
--- a/
drivers/mfd/tps6586x.c
+++ b/
drivers/mfd/tps6586x.c
@@
-26,6
+26,7
@@
#include <linux/i2c.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tps6586x.h>