diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 14:26:48 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:22:03 +0100 |
commit | 0af6f271d0f27334cad2102aa3ac2044a3f3926a (patch) | |
tree | 978ee0e3351eccf005a41ecb734ad619df56f581 | |
parent | 84195b77364af8c7a25631450d9f2cad6f5daa1f (diff) | |
download | linux-0af6f271d0f27334cad2102aa3ac2044a3f3926a.tar.bz2 |
mfd: as3711: 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>
-rw-r--r-- | drivers/mfd/as3711.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/as3711.c b/drivers/mfd/as3711.c index abd3ab7c0908..ec684fcedb42 100644 --- a/drivers/mfd/as3711.c +++ b/drivers/mfd/as3711.c @@ -17,6 +17,7 @@ #include <linux/mfd/as3711.h> #include <linux/mfd/core.h> #include <linux/module.h> +#include <linux/of.h> #include <linux/regmap.h> #include <linux/slab.h> |