From: Sachin Kamat Date: Wed, 16 Oct 2013 08:56:54 +0000 (+0530) Subject: mfd: tps6586x: Include linux/of.h header X-Git-Tag: v3.13-rc1~66^2~4^2~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=06bf3c2f11d380d8c5c322f5c45cd189af6f733e;p=~emulex%2Finfiniband.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 68906b17ee5..ee61fd7c198 100644 --- a/drivers/mfd/tps6586x.c +++ b/drivers/mfd/tps6586x.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include