From: Gerd Knorr <kraxel@bytesex.org>
To: Linus Torvalds <torvalds@transmeta.com>,
Kernel List <linux-kernel@vger.kernel.org>,
Chris Cheney <ccheney@cheney.cx>
Subject: [trivial patch] Re: bttv driver in 2.5.42-bk2
Date: Tue, 15 Oct 2002 10:22:57 +0200 [thread overview]
Message-ID: <20021015082256.GA11469@bytesex.org> (raw)
In-Reply-To: <20021015054228.GA5074@cheney.cx>
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>
parent reply other threads:[~2002-10-15 8:19 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20021015054228.GA5074@cheney.cx>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021015082256.GA11469@bytesex.org \
--to=kraxel@bytesex.org \
--cc=ccheney@cheney.cx \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.