aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/denverton_ns/xhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/denverton_ns/xhci.c')
-rw-r--r--src/soc/intel/denverton_ns/xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/denverton_ns/xhci.c b/src/soc/intel/denverton_ns/xhci.c
index 7c6e88951a..be961de332 100644
--- a/src/soc/intel/denverton_ns/xhci.c
+++ b/src/soc/intel/denverton_ns/xhci.c
@@ -39,7 +39,6 @@ static struct device_operations usb_xhci_ops = {
.enable_resources = pci_dev_enable_resources,
.init = usb_xhci_init,
.enable = pci_dev_enable_resources,
- .scan_bus = 0,
.ops_pci = &soc_pci_ops,
};