aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2009-11-04 14:18:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-11-07 12:55:13 -0200
commitd514edac5df2149207f1ae2f52de63882c692eec (patch)
treedaaa1dd5cf9e93c6b85010c849231f62c13243f3 /drivers/media
parentV4L/DVB (13264): gspca_mr97310a: Change vstart for CIF sensor type 1 cams (diff)
downloadlinux-dev-d514edac5df2149207f1ae2f52de63882c692eec.tar.xz
linux-dev-d514edac5df2149207f1ae2f52de63882c692eec.zip
V4L/DVB (13286): pxa-camera: Fix missing sched.h
Required for wakeup call. Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/pxa_camera.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
index aa831d53cf28..51b683c63b70 100644
--- a/drivers/media/video/pxa_camera.c
+++ b/drivers/media/video/pxa_camera.c
@@ -26,6 +26,7 @@
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/clk.h>
+#include <linux/sched.h>
#include <media/v4l2-common.h>
#include <media/v4l2-dev.h>