diff options
author | Andrew Wu <arw@dmp.com.tw> | 2013-06-25 15:16:03 +0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-06-25 16:16:42 +0200 |
commit | 8b9d4f3296ce5b6804963bfcc56cd741bb66e7ab (patch) | |
tree | d75336cfbb4ed7f75a02ca3d4968d5972fb5842b /src/northbridge/dmp | |
parent | 99fd30e486146d6ad83cec5a56be8268cf0a645a (diff) |
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 <arw@dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3529
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/northbridge/dmp')
-rw-r--r-- | src/northbridge/dmp/vortex86ex/northbridge.c | 6 |
1 files changed, 0 insertions, 6 deletions
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, |