linux-2.1.129ac3 minor bug

Geoff Hoff (ghoff@math.utk.edu)
Sat, 21 Nov 1998 00:00:46 -0500


Linux-2.1.129-ac3 needs this little patch to compile if pci-quirks is
disabled.

--- drivers/pci/pcisyms.c.orig Fri Nov 20 23:56:14 1998
+++ drivers/pci/pcisyms.c Fri Nov 20 23:52:11 1998
@@ -42,4 +42,6 @@

/* Quirk info */

+#ifdef CONFIG_PCI_QUIRKS
EXPORT_SYMBOL(isa_dma_bridge_buggy);
+#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/