public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing include in tda80xx
@ 2005-08-28  2:47 Al Viro
  2005-08-28  6:47 ` Manu Abraham
  2005-08-31 12:31 ` Johannes Stezenbach
  0 siblings, 2 replies; 3+ messages in thread
From: Al Viro @ 2005-08-28  2:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c current/drivers/media/dvb/frontends/tda80xx.c
--- RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c	2005-08-24 01:56:38.000000000 -0400
+++ current/drivers/media/dvb/frontends/tda80xx.c	2005-08-27 22:36:10.000000000 -0400
@@ -30,6 +30,7 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/slab.h>
+#include <asm/irq.h>
 #include <asm/div64.h>
 
 #include "dvb_frontend.h"

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

* Re: [PATCH] missing include in tda80xx
  2005-08-28  2:47 [PATCH] missing include in tda80xx Al Viro
@ 2005-08-28  6:47 ` Manu Abraham
  2005-08-31 12:31 ` Johannes Stezenbach
  1 sibling, 0 replies; 3+ messages in thread
From: Manu Abraham @ 2005-08-28  6:47 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, linux-dvb-maintainer

Al Viro wrote:

>Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
>----
>diff -urN RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c current/drivers/media/dvb/frontends/tda80xx.c
>--- RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c	2005-08-24 01:56:38.000000000 -0400
>+++ current/drivers/media/dvb/frontends/tda80xx.c	2005-08-27 22:36:10.000000000 -0400
>@@ -30,6 +30,7 @@
> #include <linux/kernel.h>
> #include <linux/module.h>
> #include <linux/slab.h>
>+#include <asm/irq.h>
> #include <asm/div64.h>
> 
> #include "dvb_frontend.h"
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>  
>

A suggestion, to avoid a regression, it would've been better if you had 
a CC to the DVB maintainer also, in case it got missed out during 
backporting mainline changes back to the DVB CVS tree.


Thanks,
Manu



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

* Re: [PATCH] missing include in tda80xx
  2005-08-28  2:47 [PATCH] missing include in tda80xx Al Viro
  2005-08-28  6:47 ` Manu Abraham
@ 2005-08-31 12:31 ` Johannes Stezenbach
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Stezenbach @ 2005-08-31 12:31 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel

On Sun, Aug 28, 2005 Al Viro wrote:
> Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>

I added this patch to linuxtv.org CVS.

Thanks,
Johannes

> diff -urN RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c current/drivers/media/dvb/frontends/tda80xx.c
> --- RC13-rc7-base/drivers/media/dvb/frontends/tda80xx.c	2005-08-24 01:56:38.000000000 -0400
> +++ current/drivers/media/dvb/frontends/tda80xx.c	2005-08-27 22:36:10.000000000 -0400
> @@ -30,6 +30,7 @@
>  #include <linux/kernel.h>
>  #include <linux/module.h>
>  #include <linux/slab.h>
> +#include <asm/irq.h>
>  #include <asm/div64.h>
>  
>  #include "dvb_frontend.h"

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

end of thread, other threads:[~2005-08-31 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-28  2:47 [PATCH] missing include in tda80xx Al Viro
2005-08-28  6:47 ` Manu Abraham
2005-08-31 12:31 ` Johannes Stezenbach

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