Re: [PATCH] pxa_camera: Fix missing include for wake_up

2009-10-24 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Hi Robert > Thanks, but I'm afraid you're a bit late: > > http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/10947/focus=10949 Ouch, missed this one on the mailing list. You can drop that patch then, Jonathan's patch is exactly the same. BTW, i

Re: [PATCH] pxa_camera: Fix missing include for wake_up

2009-10-24 Thread Guennadi Liakhovetski
Hi Robert On Sat, 24 Oct 2009, Robert Jarzmik wrote: > Function wake_up() needs include sched.h. > Apparently, commit d43c36dc6b357fa1806800f18aa30123c747a6d1 > changed the include chain, removing linux/sched.h > > Signed-off-by: Robert Jarzmik Thanks, but I'm afraid you're a bit late: http:/

[PATCH] pxa_camera: Fix missing include for wake_up

2009-10-24 Thread Robert Jarzmik
Function wake_up() needs include sched.h. Apparently, commit d43c36dc6b357fa1806800f18aa30123c747a6d1 changed the include chain, removing linux/sched.h Signed-off-by: Robert Jarzmik -- Kernelversion: v2.6.32-rc5 --- drivers/media/video/pxa_camera.c |1 + 1 files changed, 1 insertions(+), 0