From c64465f2123c6e68a1b1a0210890d02826139579 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 9 Feb 2021 11:18:39 +0100 Subject: sb/amd/pi/hudson/pci.c: Remove empty init operation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5620867b3044936be8ad1bf95255be5a3565bb51 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50422 Tested-by: build bot (Jenkins) Reviewed-by: Michał Żygowski --- src/southbridge/amd/pi/hudson/pci.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/southbridge/amd/pi') diff --git a/src/southbridge/amd/pi/hudson/pci.c b/src/southbridge/amd/pi/hudson/pci.c index 3dd0368b75..5e828f7059 100644 --- a/src/southbridge/amd/pi/hudson/pci.c +++ b/src/southbridge/amd/pi/hudson/pci.c @@ -7,10 +7,6 @@ #include #include -static void pci_init(struct device *dev) -{ -} - /* * Update the PCI devices with a valid IRQ number * that is set in the mainboard PCI_IRQ structures. @@ -38,7 +34,6 @@ static struct device_operations pci_ops = { .read_resources = pci_bus_read_resources, .set_resources = pci_dev_set_resources, .enable_resources = pci_bus_enable_resources, - .init = pci_init, .scan_bus = pci_scan_bridge, .reset_bus = pci_bus_reset, .ops_pci = &lops_pci, -- cgit v1.2.3