From: Sachin Kamat Date: Fri, 18 Oct 2013 03:07:12 +0000 (-0300) Subject: [media] ths8200: Include linux/of.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f893815a25e2e11a9378e71c624c517f63c95e0;p=linux-beck.git [media] ths8200: 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 Acked-by: Lad, Prabhakar Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c index 5ae2a4f16a52..8cf20f73ac3d 100644 --- a/drivers/media/i2c/ths8200.c +++ b/drivers/media/i2c/ths8200.c @@ -19,6 +19,7 @@ #include #include +#include #include #include