All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: David Härdeman, linux-media, linux-kernel, linux-sh,
	linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4


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

* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: David Härdeman, linux-media, linux-kernel, linux-sh,
	linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4


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

* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: David Härdeman, linux-media, linux-kernel, linux-sh,
	linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4


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

* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: linux-mips, linux-sh, linux-kernel, David Härdeman,
	linux-m68k, linux-media

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-05 15:20 ` Peter Hüwe
  (?)
  (?)
@ 2010-05-11 18:42   ` Peter Hüwe
  -1 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-11 18:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linuxppc-dev, David Härdeman, linux-media, linux-kernel,
	linux-sh, linux-mips, linux-m68k

Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter Hüwe:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-11 18:42   ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-11 18:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linuxppc-dev, David Härdeman, linux-media, linux-kernel,
	linux-sh, linux-mips, linux-m68k

Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter Hüwe:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-11 18:42   ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-11 18:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linuxppc-dev, David Härdeman, linux-media, linux-kernel,
	linux-sh, linux-mips, linux-m68k

Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter Hüwe:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-05 15:20 ` Peter Hüwe
                   ` (2 preceding siblings ...)
  (?)
@ 2010-05-11 18:42 ` Peter Hüwe
  -1 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-11 18:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linuxppc-dev, David Härdeman, linux-media, linux-kernel,
	linux-sh, linux-mips, linux-m68k

Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter Hüwe:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-11 18:42   ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-11 18:42 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: linux-mips, linux-sh, linux-kernel, David Härdeman,
	linuxppc-dev, linux-m68k, linux-media

Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H=FCwe:
> From: Peter Huewe <peterhuewe@gmx.de>
>=20
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
>=20
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
Any updates on this patch?
Issue still exists with today's linux-next tree

Thanks,
Peter

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-11 18:42   ` Peter Hüwe
  (?)
  (?)
@ 2010-05-14  6:02     ` Paul Mundt
  -1 siblings, 0 replies; 32+ messages in thread
From: Paul Mundt @ 2010-05-14  6:02 UTC (permalink / raw)
  To: Peter H?we
  Cc: Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman, linux-media,
	linux-kernel, linux-sh, linux-mips, linux-m68k

On Tue, May 11, 2010 at 08:42:14PM +0200, Peter H?we wrote:
> Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H?we:
> > From: Peter Huewe <peterhuewe@gmx.de>
> > 
> > This patch adds a missing include linux/delay.h to prevent
> > build failures[1-5]
> > 
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> > ---
> Any updates on this patch?
> Issue still exists with today's linux-next tree
> 
You might want to send this to the linux-next list at least. If the
people who introduced the breakage are unresponsive (as often tends to be
the case with -next) it's still worth getting trivial fixes rolled in for
the interim. This change doesn't exist outside of -next and whatever tree
introduced it, so there's not much else anyone can do about it at
present.

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14  6:02     ` Paul Mundt
  0 siblings, 0 replies; 32+ messages in thread
From: Paul Mundt @ 2010-05-14  6:02 UTC (permalink / raw)
  To: Peter H?we
  Cc: Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman, linux-media,
	linux-kernel, linux-sh, linux-mips, linux-m68k

On Tue, May 11, 2010 at 08:42:14PM +0200, Peter H?we wrote:
> Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H?we:
> > From: Peter Huewe <peterhuewe@gmx.de>
> > 
> > This patch adds a missing include linux/delay.h to prevent
> > build failures[1-5]
> > 
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> > ---
> Any updates on this patch?
> Issue still exists with today's linux-next tree
> 
You might want to send this to the linux-next list at least. If the
people who introduced the breakage are unresponsive (as often tends to be
the case with -next) it's still worth getting trivial fixes rolled in for
the interim. This change doesn't exist outside of -next and whatever tree
introduced it, so there's not much else anyone can do about it at
present.

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14  6:02     ` Paul Mundt
  0 siblings, 0 replies; 32+ messages in thread
From: Paul Mundt @ 2010-05-14  6:02 UTC (permalink / raw)
  To: Peter H?we
  Cc: Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman, linux-media,
	linux-kernel, linux-sh, linux-mips, linux-m68k

On Tue, May 11, 2010 at 08:42:14PM +0200, Peter H?we wrote:
> Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H?we:
> > From: Peter Huewe <peterhuewe@gmx.de>
> > 
> > This patch adds a missing include linux/delay.h to prevent
> > build failures[1-5]
> > 
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> > ---
> Any updates on this patch?
> Issue still exists with today's linux-next tree
> 
You might want to send this to the linux-next list at least. If the
people who introduced the breakage are unresponsive (as often tends to be
the case with -next) it's still worth getting trivial fixes rolled in for
the interim. This change doesn't exist outside of -next and whatever tree
introduced it, so there's not much else anyone can do about it at
present.

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14  6:02     ` Paul Mundt
  0 siblings, 0 replies; 32+ messages in thread
From: Paul Mundt @ 2010-05-14  6:02 UTC (permalink / raw)
  To: Peter H?we
  Cc: linux-mips, linux-sh, linux-kernel, David H?rdeman,
	Mauro Carvalho Chehab, linuxppc-dev, linux-m68k, linux-media

On Tue, May 11, 2010 at 08:42:14PM +0200, Peter H?we wrote:
> Am Mittwoch 05 Mai 2010 17:20:21 schrieb Peter H?we:
> > From: Peter Huewe <peterhuewe@gmx.de>
> > 
> > This patch adds a missing include linux/delay.h to prevent
> > build failures[1-5]
> > 
> > Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> > ---
> Any updates on this patch?
> Issue still exists with today's linux-next tree
> 
You might want to send this to the linux-next list at least. If the
people who introduced the breakage are unresponsive (as often tends to be
the case with -next) it's still worth getting trivial fixes rolled in for
the interim. This change doesn't exist outside of -next and whatever tree
introduced it, so there's not much else anyone can do about it at
present.

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14  6:02     ` Paul Mundt
  (?)
@ 2010-05-14 11:22       ` Peter Hüwe
  -1 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:22 UTC (permalink / raw)
  To: linux-next
  Cc: linux-mips, linux-sh, linux-kernel, David H?rdeman,
	Mauro Carvalho Chehab, linuxppc-dev, linux-m68k, Paul Mundt,
	linux-media

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 11:22       ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:22 UTC (permalink / raw)
  To: linux-next
  Cc: Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 11:22       ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:22 UTC (permalink / raw)
  To: linux-next
  Cc: linux-mips, linux-sh, linux-kernel, David H?rdeman,
	Mauro Carvalho Chehab, linuxppc-dev, linux-m68k, Paul Mundt,
	linux-media

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14  6:02     ` Paul Mundt
  (?)
  (?)
@ 2010-05-14 11:26       ` Peter Hüwe
  -1 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:26 UTC (permalink / raw)
  To: linux-next
  Cc: Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 11:26       ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:26 UTC (permalink / raw)
  To: linux-next
  Cc: Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 11:26       ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:26 UTC (permalink / raw)
  To: linux-next
  Cc: Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14  6:02     ` Paul Mundt
                       ` (3 preceding siblings ...)
  (?)
@ 2010-05-14 11:26     ` Peter Hüwe
  -1 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:26 UTC (permalink / raw)
  To: linux-next
  Cc: Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 11:26       ` Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-14 11:26 UTC (permalink / raw)
  To: linux-next
  Cc: linux-mips, linux-sh, linux-kernel, David H?rdeman,
	Mauro Carvalho Chehab, linuxppc-dev, linux-m68k, Paul Mundt,
	linux-media

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
Forwarded to linux-next mailing list - 
breakage still exists in linux-next of 20100514 - please apply

KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14 11:26       ` Peter Hüwe
  (?)
  (?)
@ 2010-05-14 12:53         ` Stephen Rothwell
  -1 siblings, 0 replies; 32+ messages in thread
From: Stephen Rothwell @ 2010-05-14 12:53 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev,
	David H?rdeman, linux-media, linux-kernel, linux-sh, linux-mips,
	linux-m68k

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hi Peter,

On Fri, 14 May 2010 13:26:51 +0200 Peter Hüwe <PeterHuewe@gmx.de> wrote:
>
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply

This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 12:53         ` Stephen Rothwell
  0 siblings, 0 replies; 32+ messages in thread
From: Stephen Rothwell @ 2010-05-14 12:53 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev,
	David H?rdeman, linux-media, linux-kernel, linux-sh, linux-mips,
	linux-m68k

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hi Peter,

On Fri, 14 May 2010 13:26:51 +0200 Peter Hüwe <PeterHuewe@gmx.de> wrote:
>
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply

This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 12:53         ` Stephen Rothwell
  0 siblings, 0 replies; 32+ messages in thread
From: Stephen Rothwell @ 2010-05-14 12:53 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev,
	David H?rdeman, linux-media, linux-kernel, linux-sh, linux-mips,
	linux-m68k

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hi Peter,

On Fri, 14 May 2010 13:26:51 +0200 Peter Hüwe <PeterHuewe@gmx.de> wrote:
>
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply

This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14 11:26       ` Peter Hüwe
                         ` (2 preceding siblings ...)
  (?)
@ 2010-05-14 12:53       ` Stephen Rothwell
  -1 siblings, 0 replies; 32+ messages in thread
From: Stephen Rothwell @ 2010-05-14 12:53 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, Mauro Carvalho Chehab, linuxppc-dev,
	David H?rdeman, linux-media, linux-kernel, linux-sh, linux-mips,
	linux-m68k

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hi Peter,

On Fri, 14 May 2010 13:26:51 +0200 Peter Hüwe <PeterHuewe@gmx.de> wrote:
>
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply

This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-14 12:53         ` Stephen Rothwell
  0 siblings, 0 replies; 32+ messages in thread
From: Stephen Rothwell @ 2010-05-14 12:53 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-mips, Paul Mundt, linux-sh, linux-kernel, David H?rdeman,
	Mauro Carvalho Chehab, linuxppc-dev, linux-m68k, linux-next,
	linux-media

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

Hi Peter,

On Fri, 14 May 2010 13:26:51 +0200 Peter Hüwe <PeterHuewe@gmx.de> wrote:
>
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply

This patch was included in the v4l-dvb tree (and thus linux-next) today
-see commit 1e19cb4e7d15d724cf2c6ae23f0b871c84a92790.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14 11:26       ` Peter Hüwe
  (?)
  (?)
@ 2010-05-16  1:54         ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 32+ messages in thread
From: Mauro Carvalho Chehab @ 2010-05-16  1:54 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply
> 
> KernelVersion: linux-next-20100505

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:

http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;hJce7aa2998b2974948f1948a61a5d348ddae472

> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
> [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/
> 
> drivers/media/IR/rc-map.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
> index caf6a27..46a8f15 100644
> --- a/drivers/media/IR/rc-map.c
> +++ b/drivers/media/IR/rc-map.c
> @@ -14,6 +14,7 @@
>  
>  #include <media/ir-core.h>
>  #include <linux/spinlock.h>
> +#include <linux/delay.h>
>  
>  /* Used to handle IR raw handler extensions */
>  static LIST_HEAD(rc_map_list);


-- 

Cheers,
Mauro

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-16  1:54         ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 32+ messages in thread
From: Mauro Carvalho Chehab @ 2010-05-16  1:54 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply
> 
> KernelVersion: linux-next-20100505

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:

http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=4ace7aa2998b2974948f1948a61a5d348ddae472

> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
> [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/
> 
> drivers/media/IR/rc-map.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
> index caf6a27..46a8f15 100644
> --- a/drivers/media/IR/rc-map.c
> +++ b/drivers/media/IR/rc-map.c
> @@ -14,6 +14,7 @@
>  
>  #include <media/ir-core.h>
>  #include <linux/spinlock.h>
> +#include <linux/delay.h>
>  
>  /* Used to handle IR raw handler extensions */
>  static LIST_HEAD(rc_map_list);


-- 

Cheers,
Mauro

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-16  1:54         ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 32+ messages in thread
From: Mauro Carvalho Chehab @ 2010-05-16  1:54 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply
> 
> KernelVersion: linux-next-20100505

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:

http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=4ace7aa2998b2974948f1948a61a5d348ddae472

> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
> [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/
> 
> drivers/media/IR/rc-map.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
> index caf6a27..46a8f15 100644
> --- a/drivers/media/IR/rc-map.c
> +++ b/drivers/media/IR/rc-map.c
> @@ -14,6 +14,7 @@
>  
>  #include <media/ir-core.h>
>  #include <linux/spinlock.h>
> +#include <linux/delay.h>
>  
>  /* Used to handle IR raw handler extensions */
>  static LIST_HEAD(rc_map_list);


-- 

Cheers,
Mauro

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
  2010-05-14 11:26       ` Peter Hüwe
                         ` (5 preceding siblings ...)
  (?)
@ 2010-05-16  1:54       ` Mauro Carvalho Chehab
  -1 siblings, 0 replies; 32+ messages in thread
From: Mauro Carvalho Chehab @ 2010-05-16  1:54 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-next, Paul Mundt, linuxppc-dev, David H?rdeman,
	linux-media, linux-kernel, linux-sh, linux-mips, linux-m68k

Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply
> 
> KernelVersion: linux-next-20100505

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:

http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=4ace7aa2998b2974948f1948a61a5d348ddae472

> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
> [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/
> 
> drivers/media/IR/rc-map.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
> index caf6a27..46a8f15 100644
> --- a/drivers/media/IR/rc-map.c
> +++ b/drivers/media/IR/rc-map.c
> @@ -14,6 +14,7 @@
>  
>  #include <media/ir-core.h>
>  #include <linux/spinlock.h>
> +#include <linux/delay.h>
>  
>  /* Used to handle IR raw handler extensions */
>  static LIST_HEAD(rc_map_list);


-- 

Cheers,
Mauro

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

* Re: [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-16  1:54         ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 32+ messages in thread
From: Mauro Carvalho Chehab @ 2010-05-16  1:54 UTC (permalink / raw)
  To: Peter Hüwe
  Cc: linux-mips, Paul Mundt, linux-sh, linux-kernel, David H?rdeman,
	linuxppc-dev, linux-m68k, linux-next, linux-media

Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch adds a missing include linux/delay.h to prevent
> build failures[1-5]
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Forwarded to linux-next mailing list - 
> breakage still exists in linux-next of 20100514 - please apply
> 
> KernelVersion: linux-next-20100505

Sorry for not answer earlier. I was traveling. Anyway, this
patch got applied on May, 12:

http://git.kernel.org/?p=linux/kernel/git/mchehab/linux-next.git;a=commitdiff;h=4ace7aa2998b2974948f1948a61a5d348ddae472

> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
> [5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/
> 
> drivers/media/IR/rc-map.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
> index caf6a27..46a8f15 100644
> --- a/drivers/media/IR/rc-map.c
> +++ b/drivers/media/IR/rc-map.c
> @@ -14,6 +14,7 @@
>  
>  #include <media/ir-core.h>
>  #include <linux/spinlock.h>
> +#include <linux/delay.h>
>  
>  /* Used to handle IR raw handler extensions */
>  static LIST_HEAD(rc_map_list);


-- 

Cheers,
Mauro

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

* [PATCH] media/IR: Add missing include file to rc-map.c
@ 2010-05-05 15:20 Peter Hüwe
  0 siblings, 0 replies; 32+ messages in thread
From: Peter Hüwe @ 2010-05-05 15:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, linuxppc-dev
  Cc: David Härdeman, linux-media, linux-kernel, linux-sh,
	linux-mips, linux-m68k

From: Peter Huewe <peterhuewe@gmx.de>

This patch adds a missing include linux/delay.h to prevent
build failures[1-5]

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
KernelVersion: linux-next-20100505

References:
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/2571452/
[2] http://kisskb.ellerman.id.au/kisskb/buildresult/2571188/
[3] http://kisskb.ellerman.id.au/kisskb/buildresult/2571479/
[4] http://kisskb.ellerman.id.au/kisskb/buildresult/2571429/
[5] http://kisskb.ellerman.id.au/kisskb/buildresult/2571432/

drivers/media/IR/rc-map.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/IR/rc-map.c b/drivers/media/IR/rc-map.c
index caf6a27..46a8f15 100644
--- a/drivers/media/IR/rc-map.c
+++ b/drivers/media/IR/rc-map.c
@@ -14,6 +14,7 @@
 
 #include <media/ir-core.h>
 #include <linux/spinlock.h>
+#include <linux/delay.h>
 
 /* Used to handle IR raw handler extensions */
 static LIST_HEAD(rc_map_list);
-- 
1.6.4.4

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

end of thread, other threads:[~2010-05-16  1:54 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-05 15:20 [PATCH] media/IR: Add missing include file to rc-map.c Peter Hüwe
2010-05-05 15:20 ` Peter Hüwe
2010-05-05 15:20 ` Peter Hüwe
2010-05-05 15:20 ` Peter Hüwe
2010-05-11 18:42 ` Peter Hüwe
2010-05-11 18:42 ` Peter Hüwe
2010-05-11 18:42   ` Peter Hüwe
2010-05-11 18:42   ` Peter Hüwe
2010-05-11 18:42   ` Peter Hüwe
2010-05-14  6:02   ` Paul Mundt
2010-05-14  6:02     ` Paul Mundt
2010-05-14  6:02     ` Paul Mundt
2010-05-14  6:02     ` Paul Mundt
2010-05-14 11:22     ` Peter Hüwe
2010-05-14 11:22       ` Peter Hüwe
2010-05-14 11:22       ` Peter Hüwe
2010-05-14 11:26     ` Peter Hüwe
2010-05-14 11:26     ` Peter Hüwe
2010-05-14 11:26       ` Peter Hüwe
2010-05-14 11:26       ` Peter Hüwe
2010-05-14 11:26       ` Peter Hüwe
2010-05-14 12:53       ` Stephen Rothwell
2010-05-14 12:53       ` Stephen Rothwell
2010-05-14 12:53         ` Stephen Rothwell
2010-05-14 12:53         ` Stephen Rothwell
2010-05-14 12:53         ` Stephen Rothwell
2010-05-16  1:54       ` Mauro Carvalho Chehab
2010-05-16  1:54         ` Mauro Carvalho Chehab
2010-05-16  1:54         ` Mauro Carvalho Chehab
2010-05-16  1:54         ` Mauro Carvalho Chehab
2010-05-16  1:54       ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2010-05-05 15:20 Peter Hüwe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.