From: Janusz Krzysztofik Date: Thu, 24 Nov 2011 23:16:35 +0000 (-0300) Subject: [media] V4L: omap1_camera: fix missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9c0223b53a26c506ecc7a36ec491afa688eebee1;p=linux-beck.git [media] V4L: omap1_camera: fix missing include Otherwise compilation breaks with: ... after apparently no longer included recursively from other header files. Signed-off-by: Janusz Krzysztofik Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/omap1_camera.c b/drivers/media/video/omap1_camera.c index e87ae2f634b2..6a6cf388bae4 100644 --- a/drivers/media/video/omap1_camera.c +++ b/drivers/media/video/omap1_camera.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include