From: Sachin Kamat Date: Fri, 27 Sep 2013 11:26:00 +0000 (+0530) Subject: hwmon: (gpio-fan) Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~5013^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c50588ababd85e164a97f114d79af267a6aef42a;p=firefly-linux-kernel-4.4.55.git hwmon: (gpio-fan) Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/gpio-fan.c b/drivers/hwmon/gpio-fan.c index d5148c85ec5f..73181be5b30b 100644 --- a/drivers/hwmon/gpio-fan.c +++ b/drivers/hwmon/gpio-fan.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include