aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart')
-rw-r--r--src/drivers/uart/oxpcie.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c
index 999c6baec9..60b524576e 100644
--- a/src/drivers/uart/oxpcie.c
+++ b/src/drivers/uart/oxpcie.c
@@ -52,7 +52,6 @@ static struct device_operations oxford_oxpcie_ops = {
.set_resources = oxford_oxpcie_set_resources,
.enable_resources = pci_dev_enable_resources,
.init = oxford_oxpcie_enable,
- .scan_bus = 0,
};
static const struct pci_driver oxford_oxpcie_driver __pci_driver = {