diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 14:26:50 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:22:20 +0100 |
commit | e4081da476e5e741c4e469a0f8470e9f4169794e (patch) | |
tree | dfd0d382228e7cc6487cf848448b92e23ad14bc7 /drivers/mfd/max8907.c | |
parent | fb7d4a53f59966a76447cdacdc6b2a71675c1d91 (diff) | |
download | linux-e4081da476e5e741c4e469a0f8470e9f4169794e.tar.bz2 |
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 @@ #include <linux/mfd/core.h> #include <linux/mfd/max8907.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/of_device.h> #include <linux/regmap.h> #include <linux/slab.h> |