public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Compilation fix for latest DVB updates (was Re: x86_64 build failure)
       [not found] <20040223143728.77a76d84.akpm@osdl.org>
@ 2004-02-23 23:11 ` Michael Hunold
  0 siblings, 0 replies; only message in thread
From: Michael Hunold @ 2004-02-23 23:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Michael Hunold, Linus Torvalds, Linux Kernel Mailing List

[-- 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"
 
 /*

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

only message in thread, other threads:[~2004-02-23 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040223143728.77a76d84.akpm@osdl.org>
2004-02-23 23:11 ` Compilation fix for latest DVB updates (was Re: x86_64 build failure) Michael Hunold

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