From 8b9d4f3296ce5b6804963bfcc56cd741bb66e7ab Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Tue, 25 Jun 2013 15:16:03 +0800 Subject: Vortex86EX northbridge.c : Remove Vortex86DX PCI N/B related code. 6021 is Vortex86DX northbridge PCI device ID, not for Vortex86EX. Change-Id: I9bea799c9033adbcfacc8ad47052280a32f9ee59 Signed-off-by: Andrew Wu Reviewed-on: http://review.coreboot.org/3529 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/northbridge/dmp/vortex86ex/northbridge.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/dmp/vortex86ex/northbridge.c b/src/northbridge/dmp/vortex86ex/northbridge.c index e3be6c3a6f..f2344e8733 100644 --- a/src/northbridge/dmp/vortex86ex/northbridge.c +++ b/src/northbridge/dmp/vortex86ex/northbridge.c @@ -47,12 +47,6 @@ static struct device_operations northbridge_operations = { .init = northbridge_init }; -static const struct pci_driver northbridge_driver_6021 __pci_driver = { - .ops = &northbridge_operations, - .vendor = PCI_VENDOR_ID_RDC, - .device = 0x6021, /* DX CPU N/B ID */ -}; - static const struct pci_driver northbridge_driver_6025 __pci_driver = { .ops = &northbridge_operations, .vendor = PCI_VENDOR_ID_RDC, -- cgit v1.2.3