From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:50 +0000 (+0530) Subject: mfd: max8907: Include linux/of.h header X-Git-Tag: upstream/snapshot3+hdmi~3955^2~4^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4081da476e5e741c4e469a0f8470e9f4169794e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/max8907.c b/drivers/mfd/max8907.c index e9b1c93..3bbfedc 100644 --- a/drivers/mfd/max8907.c +++ b/drivers/mfd/max8907.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include