diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 14:26:55 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:22:08 +0100 |
commit | 1fead3f399ce7b508b05d0cc9d06d534ffac952c (patch) | |
tree | 78d15ba53c6a23c0baea0a4559c1dba3454bd4f5 /drivers/mfd | |
parent | 3d6d1d1cd3e9aa4528f82936a01ad46c0e54969b (diff) | |
download | linux-1fead3f399ce7b508b05d0cc9d06d534ffac952c.tar.gz linux-1fead3f399ce7b508b05d0cc9d06d534ffac952c.tar.bz2 linux-1fead3f399ce7b508b05d0cc9d06d534ffac952c.zip |
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 @@ #include <linux/mfd/core.h> #include <linux/regmap.h> #include <linux/mfd/tps65910.h> +#include <linux/of.h> #include <linux/of_device.h> static struct resource rtc_resources[] = { |