From: Ben Hutchings Date: Wed, 24 Mar 2010 03:33:48 +0000 (+0000) Subject: sis-agp: Remove SIS 760, handled by amd64-agp X-Git-Tag: firefly_0821_release~10186^2~865 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38db8f310a497bf97863e5c0bb738e2afc67e3b4;p=firefly-linux-kernel-4.4.55.git sis-agp: Remove SIS 760, handled by amd64-agp commit d831692a1a8e9ceaaa9bb16bb3fc503b7e372558 upstream. SIS 760 is listed in the device tables for both amd64-agp and sis-agp. amd64-agp is apparently preferable since it has workarounds for some BIOS misconfigurations that sis-agp doesn't handle. Signed-off-by: Ben Hutchings Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c index 6c3837a0184d..95fdd4d3a6b1 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, - }, { } };