aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-16 14:26:50 +0530
committerLee Jones <lee.jones@linaro.org>2013-10-23 16:22:20 +0100
commite4081da476e5e741c4e469a0f8470e9f4169794e (patch)
treedfd0d382228e7cc6487cf848448b92e23ad14bc7
parentfb7d4a53f59966a76447cdacdc6b2a71675c1d91 (diff)
downloadmfd-next-e4081da476e5e741c4e469a0f8470e9f4169794e.tar.gz
mfd: max8907: 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/max8907.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max8907.c b/drivers/mfd/max8907.c
index e9b1c93a3ade3..3bbfedc07f41c 100644
--- a/drivers/mfd/max8907.c
+++ b/drivers/mfd/max8907.c
@@ -17,6 +17,7 @@
#include <linux/mfd/core.h>
#include <linux/mfd/max8907.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/regmap.h>
#include <linux/slab.h>