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:
3d6d1d1
)
mfd: tps65910: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 16 Oct 2013 08:56:55 +0000
(14:26 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:08 +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/tps65910.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/tps65910.c
b/drivers/mfd/tps65910.c
index d792772048358dbc9857cd3090d693a951d48713..72f2e789ab83bc49456768456df03cada8bf9c5c 100644
(file)
--- a/
drivers/mfd/tps65910.c
+++ b/
drivers/mfd/tps65910.c
@@
-25,6
+25,7
@@
#include <linux/mfd/core.h>
#include <linux/regmap.h>
#include <linux/mfd/tps65910.h>
+#include <linux/of.h>
#include <linux/of_device.h>
static struct resource rtc_resources[] = {