public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Hunold <hunold@convergence.de>
To: Andrew Morton <akpm@osdl.org>
Cc: Michael Hunold <hunold@linuxtv.org>,
	Linus Torvalds <torvalds@osdl.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Compilation fix for latest DVB updates (was Re: x86_64 build failure)
Date: Tue, 24 Feb 2004 00:11:27 +0100	[thread overview]
Message-ID: <403A889F.6080406@convergence.de> (raw)
In-Reply-To: <20040223143728.77a76d84.akpm@osdl.org>

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

On 02/23/04 23:37, Andrew Morton wrote:

> drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c:32:28: dvb_usb_compat.h: No such file or directory

Rats. My latest test kernel configuration had USB disabled for some 
unknown reason, so the dvb-ttusb-budget and dvb-ttusb-dec drivers were 
not compiled at all.

I attached a quick fix: simply remove the offending line of code, it's 
from our 2.4 USB compatibility layer.

I CCed LKML so others get to know this patch, too.

CU
Michael.

[-- Attachment #2: dvb-ttusb-budget-compile-fix.diff --]
[-- Type: text/plain, Size: 479 bytes --]

diff -ura linux-2.6.3/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c linux-2.6.3-hf/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
--- linux-2.6.3/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c	2004-02-24 00:06:29.000000000 +0100
+++ linux-2.6.3-hf/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c	2004-02-24 00:07:26.000000000 +0100
@@ -29,7 +29,6 @@
 #include <linux/dvb/dmx.h>
 #include <linux/pci.h>
 
-#include "dvb_usb_compat.h"
 #include "dvb_functions.h"
 
 /*

           reply	other threads:[~2004-02-23 23:12 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20040223143728.77a76d84.akpm@osdl.org>]

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=403A889F.6080406@convergence.de \
    --to=hunold@convergence.de \
    --cc=akpm@osdl.org \
    --cc=hunold@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox