From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:50 +0000 (+0530) Subject: mfd: max8907: Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~4953^2~4^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e4081da476e5e741c4e469a0f8470e9f4169794e;p=firefly-linux-kernel-4.4.55.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 e9b1c93a3ade..3bbfedc07f41 100644 --- a/drivers/mfd/max8907.c +++ b/drivers/mfd/max8907.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include