diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/getac/p470/devicetree.cb | 6 | ||||
-rw-r--r-- | src/southbridge/ti/pcixx12/pcixx12.c | 9 |
2 files changed, 1 insertions, 14 deletions
diff --git a/src/mainboard/getac/p470/devicetree.cb b/src/mainboard/getac/p470/devicetree.cb index 230cad4f27..94ffd1964f 100644 --- a/src/mainboard/getac/p470/devicetree.cb +++ b/src/mainboard/getac/p470/devicetree.cb @@ -64,11 +64,7 @@ chip northbridge/intel/i945 device pci 1d.2 on end # USB UHCI device pci 1d.3 on end # USB UHCI device pci 1d.7 on end # USB2 EHCI - device pci 1e.0 on - chip southbridge/ti/pcixx12 - - end - end # PCI bridge + device pci 1e.0 on end # PCI bridge device pci 1e.2 off end # AC'97 Audio device pci 1e.3 off end # AC'97 Modem device pci 1f.0 on # LPC bridge diff --git a/src/southbridge/ti/pcixx12/pcixx12.c b/src/southbridge/ti/pcixx12/pcixx12.c index dec3577f7b..f1c0a4a3a0 100644 --- a/src/southbridge/ti/pcixx12/pcixx12.c +++ b/src/southbridge/ti/pcixx12/pcixx12.c @@ -38,12 +38,3 @@ static const struct pci_driver ti_pcixx12_driver __pci_driver = { .vendor = 0x104c, .device = 0x8039, }; - -static void southbridge_init(struct device *dev) -{ -} - -struct chip_operations southbridge_ti_pcixx12_ops = { - CHIP_NAME("Texas Instruments PCIxx12 Cardbus Controller") - .enable_dev = southbridge_init, -}; |