[PATCH] 2.5.50-ac1 trival compile fix

Patrick McHardy (kaber@trash.net)
Sun, 08 Dec 2002 18:48:00 +0100


This is a multi-part message in MIME format.
--------------010408020306040005080405
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

The patch adds missing declaration of sis_apic_bug in drivers/pci/quirks.c.

Bye,
Patrick

--------------010408020306040005080405
Content-Type: text/plain;
name="linux-2.5.50-ac1-quirks.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="linux-2.5.50-ac1-quirks.diff"

--- linux-2.5.50/drivers/pci/quirks.c.orig 2002-12-08 18:25:53.000000000 +0100
+++ linux-2.5.50/drivers/pci/quirks.c 2002-12-08 18:43:25.000000000 +0100
@@ -302,6 +302,7 @@

#ifdef CONFIG_X86_IO_APIC
extern int nr_ioapics;
+extern int sis_apic_bug;

/*
* VIA 686A/B: If an IO-APIC is active, we need to route all on-chip

--------------010408020306040005080405--

-
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/