]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.x-istalion-compile-fix-lkml.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / 2.6.x-istalion-compile-fix-lkml.patch
CommitLineData
ff4ccc8a 1--- linux-2.6.2-rc3/drivers/char/istallion.c.orig 2003-10-09 10:02:39.000000000 +0200
2+++ linux-2.6.2-rc3/drivers/char/istallion.c 2004-01-10 04:18:44.000000000 +0100
3@@ -417,7 +417,6 @@
4 #ifndef PCI_DEVICE_ID_ECRA
5 #define PCI_DEVICE_ID_ECRA 0x0004
6 #endif
7-#endif
8
9 static struct pci_device_id istallion_pci_tbl[] = {
10 { PCI_VENDOR_ID_STALLION, PCI_DEVICE_ID_ECRA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
11@@ -425,6 +424,8 @@
12 };
13 MODULE_DEVICE_TABLE(pci, istallion_pci_tbl);
14
15+#endif /* CONFIG_PCI */
16+
17 /*****************************************************************************/
18
19 /*
This page took 0.070372 seconds and 4 git commands to generate.