From: Sachin Kamat Date: Fri, 18 Oct 2013 03:07:11 +0000 (-0300) Subject: [media] mt9p031: Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~4793^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3d8b24d27808e6ab95eae70cb15315051a7f90eb;p=firefly-linux-kernel-4.4.55.git [media] mt9p031: 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: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c index 4734836fe5a4..1c2303d18bf4 100644 --- a/drivers/media/i2c/mt9p031.c +++ b/drivers/media/i2c/mt9p031.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include