From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:54 +0000 (+0530) Subject: mfd: tps6586x: Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~4953^2~4^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06bf3c2f11d380d8c5c322f5c45cd189af6f733e;p=firefly-linux-kernel-4.4.55.git mfd: tps6586x: 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/tps6586x.c b/drivers/mfd/tps6586x.c index 68906b17ee52..ee61fd7c198d 100644 --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include