public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pxa_camera: Fix missing include for wake_up
@ 2009-10-24 15:38 Robert Jarzmik
  2009-10-24 19:35 ` Guennadi Liakhovetski
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Jarzmik @ 2009-10-24 15:38 UTC (permalink / raw)
  To: g.liakhovetski; +Cc: linux-media, 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 <robert.jarzmik@free.fr>

--
Kernelversion: v2.6.32-rc5
---
 drivers/media/video/pxa_camera.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
index 6952e96..5d01dcf 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>
-- 
1.6.0.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pxa_camera: Fix missing include for wake_up
  2009-10-24 15:38 [PATCH] pxa_camera: Fix missing include for wake_up Robert Jarzmik
@ 2009-10-24 19:35 ` Guennadi Liakhovetski
  2009-10-24 19:44   ` Robert Jarzmik
  0 siblings, 1 reply; 3+ messages in thread
From: Guennadi Liakhovetski @ 2009-10-24 19:35 UTC (permalink / raw)
  To: Robert Jarzmik; +Cc: Linux Media Mailing List

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 <robert.jarzmik@free.fr>

Thanks, but I'm afraid you're a bit late:

http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/10947/focus=10949

Regards
Guennadi

> 
> --
> Kernelversion: v2.6.32-rc5
> ---
>  drivers/media/video/pxa_camera.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/video/pxa_camera.c b/drivers/media/video/pxa_camera.c
> index 6952e96..5d01dcf 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>
> -- 
> 1.6.0.4
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pxa_camera: Fix missing include for wake_up
  2009-10-24 19:35 ` Guennadi Liakhovetski
@ 2009-10-24 19:44   ` Robert Jarzmik
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2009-10-24 19:44 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: Linux Media Mailing List

Guennadi Liakhovetski <g.liakhovetski@gmx.de> 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, it was not included in -rc5 (which I'm based on) as you wished for.

Cheers.

--
Robert

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-24 19:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 15:38 [PATCH] pxa_camera: Fix missing include for wake_up Robert Jarzmik
2009-10-24 19:35 ` Guennadi Liakhovetski
2009-10-24 19:44   ` Robert Jarzmik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox