diff --git a/src/southbridge/intel/ibexpeak/usb_ehci.c b/src/southbridge/intel/ibexpeak/usb_ehci.c index 7dc7b030ed..21a257f328 100644 --- a/src/southbridge/intel/ibexpeak/usb_ehci.c +++ b/src/southbridge/intel/ibexpeak/usb_ehci.c @@ -84,6 +84,7 @@ static struct pci_operations lops_pci = { static struct device_operations usb_ehci_ops = { .read_resources = pci_ehci_read_resources, .set_resources = pci_dev_set_resources, + .enable_resources = pci_dev_enable_resources, .init = usb_ehci_init, .scan_bus = 0, .ops_pci = &lops_pci,