aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-16 14:26:48 +0530
committerLee Jones <lee.jones@linaro.org>2013-10-23 16:22:03 +0100
commit0af6f271d0f27334cad2102aa3ac2044a3f3926a (patch)
tree978ee0e3351eccf005a41ecb734ad619df56f581
parent84195b77364af8c7a25631450d9f2cad6f5daa1f (diff)
downloadmfd-next-0af6f271d0f27334cad2102aa3ac2044a3f3926a.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/as3711.c b/drivers/mfd/as3711.c
index abd3ab7c0908a..ec684fcedb42c 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>