From: Jonathan Cameron Date: Wed, 4 Nov 2009 17:18:04 +0000 (-0300) Subject: V4L/DVB (13286): pxa-camera: Fix missing sched.h X-Git-Tag: v2.6.32-rc7~52^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d514edac5df2149207f1ae2f52de63882c692eec;p=thirdparty%2Fkernel%2Flinux.git V4L/DVB (13286): pxa-camera: Fix missing sched.h Required for wakeup call. Signed-off-by: Jonathan Cameron Acked-by: Guennadi Liakhovetski Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c index aa831d53cf28a..51b683c63b70b 100644 --- a/drivers/media/video/pxa_camera.c +++ b/drivers/media/video/pxa_camera.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include