From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:49 +0000 (+0530) Subject: mfd: max77686: Include linux/of.h header X-Git-Tag: v3.13-rc1~66^2~4^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a048d3b787e154e06a21f5f0951a319b6ada4fb;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c index 522be67b2e682..34520cbe8afbd 100644 --- a/drivers/mfd/max77686.c +++ b/drivers/mfd/max77686.c @@ -31,6 +31,7 @@ #include #include #include +#include #define I2C_ADDR_RTC (0x0C >> 1)