> diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c
> index 6c3837a..95fdd4d 100644
> --- a/drivers/char/agp/sis-agp.c
> +++ b/drivers/char/agp/sis-agp.c
> @@ -415,14 +415,6 @@ static struct pci_device_id agp_sis_pci_table[] = {
> .subvendor = PCI_ANY_ID,
> .subdevice = PCI_ANY_ID,
> },
> - {
> - .class = (PCI_CLASS_BRIDGE_HOST << 8),
> - .class_mask = ~0,
> - .vendor = PCI_VENDOR_ID_SI,
> - .device = PCI_DEVICE_ID_SI_760,
> - .subvendor = PCI_ANY_ID,
> - .subdevice = PCI_ANY_ID,
> - },
> { }
> };
>
> --
> 1.7.0
>
>
>
> --
> 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/