From 54c04d5536f7479db861f8d555ce0d8964965b95 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 1 Mar 2021 14:36:37 +0100 Subject: sb/ti/pcixx12: Remove NOOP chip driver Change-Id: I46bc854239e723a1685279f634e635b72e7b3af9 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/51135 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/southbridge/ti/pcixx12/pcixx12.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/southbridge') 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, -}; -- cgit v1.2.3