From 2873cc68043adecefd4640718f6b94dad0f0ae3f Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 16 Nov 2023 16:00:36 +0100 Subject: nb/amd/pi/00730F01: drop leftover family10_northbridge PCI driver This is likely a copy-paste leftover, since this SoC neither has a PCI device with the device ID 0x1200 nor is family 10h. Signed-off-by: Felix Held Change-Id: I7095f208a7503545ea012241d058692a510109f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79094 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/northbridge/amd/pi/00730F01/northbridge.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c index 3ac94e5d2a..be4e75adef 100644 --- a/src/northbridge/amd/pi/00730F01/northbridge.c +++ b/src/northbridge/amd/pi/00730F01/northbridge.c @@ -649,12 +649,6 @@ static const struct pci_driver family16_northbridge __pci_driver = { .device = PCI_DID_AMD_16H_MODEL_303F_NB_HT, }; -static const struct pci_driver family10_northbridge __pci_driver = { - .ops = &northbridge_operations, - .vendor = PCI_VID_AMD, - .device = PCI_DID_AMD_10H_NB_HT, -}; - static void fam16_finalize(void *chip_info) { struct device *dev; -- cgit v1.2.3