All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [trivial patch] Re: bttv driver in 2.5.42-bk2
       [not found] <20021015054228.GA5074@cheney.cx>
@ 2002-10-15  8:22 ` Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2002-10-15  8:22 UTC (permalink / raw
  To: Linus Torvalds, Kernel List, Chris Cheney

On Tue, Oct 15, 2002 at 12:42:28AM -0500, Chris Cheney wrote:
> I wanted to let you know that it appears that bttv no longer compiles in
> 2.5.42-bk2 (in case you weren't aware of that fact yet).

Thanks, hadn't noticed yet.  It is just a missing include, fix below.

  Gerd

==============================[ cut here ]==============================
--- drivers/media/video/bttv-driver.c.fix	Tue Oct 15 10:19:17 2002
+++ drivers/media/video/bttv-driver.c	Tue Oct 15 10:19:34 2002
@@ -31,6 +31,7 @@
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/interrupt.h>
+#include <linux/init.h>
 #include <linux/kdev_t.h>
 
 #include <asm/io.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-15  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20021015054228.GA5074@cheney.cx>
2002-10-15  8:22 ` [trivial patch] Re: bttv driver in 2.5.42-bk2 Gerd Knorr

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.