From: Janusz Krzysztofik Date: Thu, 24 Nov 2011 22:16:35 +0000 (-0300) Subject: [media] V4L: omap1_camera: fix missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d95d7b91b4c6e3dfe94c07cd04993f60c887073d;p=mv-sheeva.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: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/omap1_camera.c b/drivers/media/video/omap1_camera.c index e87ae2f634b..6a6cf388bae 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