aboutsummaryrefslogtreecommitdiff
path: root/src/device/hypertransport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/hypertransport.c')
-rw-r--r--src/device/hypertransport.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/hypertransport.c b/src/device/hypertransport.c
index 4256550747..7815415a21 100644
--- a/src/device/hypertransport.c
+++ b/src/device/hypertransport.c
@@ -495,9 +495,7 @@ struct device_operations default_ht_ops_bus = {
.read_resources = pci_bus_read_resources,
.set_resources = pci_dev_set_resources,
.enable_resources = pci_bus_enable_resources,
- .init = 0,
.scan_bus = ht_scan_bridge,
- .enable = 0,
.reset_bus = pci_bus_reset,
.ops_pci = &ht_bus_ops_pci,
};