projects
/
GitHub
/
moto-9609
/
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:
1c5a099
)
mfd: max8997: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 16 Oct 2013 08:56:51 +0000
(14:26 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:18 +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/max8997.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/max8997.c
b/drivers/mfd/max8997.c
index cee098c0dae36ef4ef9baf9d3fb07ec11e24913f..791aea3e96ce27622032a0c0fd1bc52ecd69203e 100644
(file)
--- a/
drivers/mfd/max8997.c
+++ b/
drivers/mfd/max8997.c
@@
-24,6
+24,7
@@
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/i2c.h>
+#include <linux/of.h>
#include <linux/of_irq.h>
#include <linux/interrupt.h>
#include <linux/pm_runtime.h>