diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 04:56:50 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 11:22:20 -0400 |
commit | e4081da476e5e741c4e469a0f8470e9f4169794e (patch) | |
tree | dfd0d382228e7cc6487cf848448b92e23ad14bc7 /drivers/mfd/max8907.c | |
parent | fb7d4a53f59966a76447cdacdc6b2a71675c1d91 (diff) |
mfd: max8907: Include linux/of.h header
'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>
Diffstat (limited to 'drivers/mfd/max8907.c')
-rw-r--r-- | drivers/mfd/max8907.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max8907.c b/drivers/mfd/max8907.c index e9b1c93a3ade..3bbfedc07f41 100644 --- a/drivers/mfd/max8907.c +++ b/drivers/mfd/max8907.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/mfd/core.h> | 17 | #include <linux/mfd/core.h> |
18 | #include <linux/mfd/max8907.h> | 18 | #include <linux/mfd/max8907.h> |
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/of.h> | ||
20 | #include <linux/of_device.h> | 21 | #include <linux/of_device.h> |
21 | #include <linux/regmap.h> | 22 | #include <linux/regmap.h> |
22 | #include <linux/slab.h> | 23 | #include <linux/slab.h> |