diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 14:26:54 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:22:10 +0100 |
commit | 06bf3c2f11d380d8c5c322f5c45cd189af6f733e (patch) | |
tree | 67887dc8cb43ffed00023c55dea167c964043f7c /drivers/mfd | |
parent | 1fead3f399ce7b508b05d0cc9d06d534ffac952c (diff) | |
download | blackbird-op-linux-06bf3c2f11d380d8c5c322f5c45cd189af6f733e.tar.gz blackbird-op-linux-06bf3c2f11d380d8c5c322f5c45cd189af6f733e.zip |
mfd: tps6586x: 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/tps6586x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c index 68906b17ee52..ee61fd7c198d 100644 --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c @@ -26,6 +26,7 @@ #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/regmap.h> +#include <linux/of.h> #include <linux/mfd/core.h> #include <linux/mfd/tps6586x.h> |