Re: [PATCH] pxa-camera: Fix missing sched.h

2009-10-12 Thread Guennadi Liakhovetski
On Mon, 12 Oct 2009, Jonathan Cameron wrote: > linux/sched.h include was removed form linux/poll.h by > commmit a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 > > Required for wakeup call. > > Signed-off-by: Jonathan Cameron Acked-by: Guennadi Liakhovetski Mauro, can you take it from here with my

[PATCH] pxa-camera: Fix missing sched.h

2009-10-12 Thread Jonathan Cameron
linux/sched.h include was removed form linux/poll.h by commmit a99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 Required for wakeup call. Signed-off-by: Jonathan Cameron --- drivers/media/video/pxa_camera.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/pxa