summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-03-01 14:36:37 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-05 10:58:33 +0000
commit54c04d5536f7479db861f8d555ce0d8964965b95 (patch)
tree0dc2a60ad102f1d1d75d73af634ce62da9a23fc6 /src/southbridge
parent418190cbbaa6fed426078f31e16f68fb956da45c (diff)
downloadcoreboot-54c04d5536f7479db861f8d555ce0d8964965b95.tar.xz
sb/ti/pcixx12: Remove NOOP chip driver
Change-Id: I46bc854239e723a1685279f634e635b72e7b3af9 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51135 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/ti/pcixx12/pcixx12.c9
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,
-};