From: Sachin Kamat Date: Fri, 18 Oct 2013 12:04:00 +0000 (+0100) Subject: iio: light: gp2ap020a00f: Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~5057^2~196^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43e01beda4b578e947aafb5b5ee19e5bb598e8ca;p=firefly-linux-kernel-4.4.55.git iio: light: gp2ap020a00f: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/gp2ap020a00f.c b/drivers/iio/light/gp2ap020a00f.c index a530e7712a8e..dc79835be308 100644 --- a/drivers/iio/light/gp2ap020a00f.c +++ b/drivers/iio/light/gp2ap020a00f.c @@ -42,6 +42,7 @@ #include #include #include +#include #include #include #include