aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/agp/sis-agp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c
index b53d5f4e9cb2..29aacd81de78 100644
--- a/drivers/char/agp/sis-agp.c
+++ b/drivers/char/agp/sis-agp.c
@@ -416,14 +416,6 @@ static struct pci_device_id agp_sis_pci_table[] = {
416 .subvendor = PCI_ANY_ID, 416 .subvendor = PCI_ANY_ID,
417 .subdevice = PCI_ANY_ID, 417 .subdevice = PCI_ANY_ID,
418 }, 418 },
419 {
420 .class = (PCI_CLASS_BRIDGE_HOST << 8),
421 .class_mask = ~0,
422 .vendor = PCI_VENDOR_ID_SI,
423 .device = PCI_DEVICE_ID_SI_760,
424 .subvendor = PCI_ANY_ID,
425 .subdevice = PCI_ANY_ID,
426 },
427 { } 419 { }
428}; 420};
429 421