diff options
Diffstat (limited to 'src/southbridge/ti')
-rw-r--r-- | src/southbridge/ti/pcixx12/pcixx12.c | 9 |
1 files changed, 0 insertions, 9 deletions
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, -}; |