diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 04:56:55 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 11:22:08 -0400 |
commit | 1fead3f399ce7b508b05d0cc9d06d534ffac952c (patch) | |
tree | 78d15ba53c6a23c0baea0a4559c1dba3454bd4f5 /drivers/mfd | |
parent | 3d6d1d1cd3e9aa4528f82936a01ad46c0e54969b (diff) |
mfd: tps65910: 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')
-rw-r--r-- | drivers/mfd/tps65910.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c index d79277204835..72f2e789ab83 100644 --- a/drivers/mfd/tps65910.c +++ b/drivers/mfd/tps65910.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/mfd/core.h> | 25 | #include <linux/mfd/core.h> |
26 | #include <linux/regmap.h> | 26 | #include <linux/regmap.h> |
27 | #include <linux/mfd/tps65910.h> | 27 | #include <linux/mfd/tps65910.h> |
28 | #include <linux/of.h> | ||
28 | #include <linux/of_device.h> | 29 | #include <linux/of_device.h> |
29 | 30 | ||
30 | static struct resource rtc_resources[] = { | 31 | static struct resource rtc_resources[] = { |