aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/pi/hudson/pci.c')
-rw-r--r--src/southbridge/amd/pi/hudson/pci.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/southbridge/amd/pi/hudson/pci.c b/src/southbridge/amd/pi/hudson/pci.c
index e8836e4c7d..70e2c18854 100644
--- a/src/southbridge/amd/pi/hudson/pci.c
+++ b/src/southbridge/amd/pi/hudson/pci.c
@@ -48,10 +48,7 @@ static void set_pci_irqs(void *unused)
* Hook this function into the PCI state machine
* on entry into BS_DEV_ENABLE.
*/
-BOOT_STATE_INIT_ENTRIES(pci_irq_update) = {
- BOOT_STATE_INIT_ENTRY(BS_DEV_ENABLE, BS_ON_ENTRY,
- set_pci_irqs, NULL),
-};
+BOOT_STATE_INIT_ENTRY(BS_DEV_ENABLE, BS_ON_ENTRY, set_pci_irqs, NULL);
static struct pci_operations lops_pci = {
.set_subsystem = 0,