aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-16 04:56:49 -0400
committerLee Jones <lee.jones@linaro.org>2013-10-23 11:22:23 -0400
commit2a048d3b787e154e06a21f5f0951a319b6ada4fb (patch)
tree81c0f773bc21dc6b9a88e813ff624b90ee285045
parente4081da476e5e741c4e469a0f8470e9f4169794e (diff)
mfd: max77686: 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/max77686.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c
index 522be67b2e68..34520cbe8afb 100644
--- a/drivers/mfd/max77686.c
+++ b/drivers/mfd/max77686.c
@@ -31,6 +31,7 @@
31#include <linux/mfd/max77686.h> 31#include <linux/mfd/max77686.h>
32#include <linux/mfd/max77686-private.h> 32#include <linux/mfd/max77686-private.h>
33#include <linux/err.h> 33#include <linux/err.h>
34#include <linux/of.h>
34 35
35#define I2C_ADDR_RTC (0x0C >> 1) 36#define I2C_ADDR_RTC (0x0C >> 1)
36 37