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:
e64c1eb
)
mfd: max77693: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 18 Oct 2013 10:41:57 +0000
(16:11 +0530)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:22:30 +0000
(16:22 +0100)
'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/max77693.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/max77693.c
b/drivers/mfd/max77693.c
index 4d81ed285fa2b02061ce0ecc71ca46251e54e097..9f92463f4f7ecaca1b005a14e6cd59f7d38deb4a 100644
(file)
--- a/
drivers/mfd/max77693.c
+++ b/
drivers/mfd/max77693.c
@@
-28,6
+28,7
@@
#include <linux/i2c.h>
#include <linux/err.h>
#include <linux/interrupt.h>
+#include <linux/of.h>
#include <linux/pm_runtime.h>
#include <linux/mutex.h>
#include <linux/mfd/core.h>