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:
06bf3c2
)
mfd: tps6507x: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 16 Oct 2013 08:56:53 +0000
(14:26 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:13 +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/tps6507x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps6507x.c
b/drivers/mfd/tps6507x.c
index 5ad4b772b09797bec97c9759bb9c80e609102651..a081b925d10b2debf94e28ea2c5c500081262309 100644
(file)
--- a/
drivers/mfd/tps6507x.c
+++ b/
drivers/mfd/tps6507x.c
@@
-19,6
+19,7
@@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tps6507x.h>