diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 04:56:53 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 11:22:13 -0400 |
commit | 5c8c87940204f1839a8730b228fc5ed1e86d324c (patch) | |
tree | 5bb439f3da9f6b189862c2dc049eeb533f1d5f1a /drivers/mfd | |
parent | 06bf3c2f11d380d8c5c322f5c45cd189af6f733e (diff) |
mfd: tps6507x: 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/tps6507x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c index 5ad4b772b097..a081b925d10b 100644 --- a/drivers/mfd/tps6507x.c +++ b/drivers/mfd/tps6507x.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
21 | #include <linux/i2c.h> | 21 | #include <linux/i2c.h> |
22 | #include <linux/of.h> | ||
22 | #include <linux/of_device.h> | 23 | #include <linux/of_device.h> |
23 | #include <linux/mfd/core.h> | 24 | #include <linux/mfd/core.h> |
24 | #include <linux/mfd/tps6507x.h> | 25 | #include <linux/mfd/tps6507x.h> |