summaryrefslogtreecommitdiffstats
path: root/include/device/hypertransport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device/hypertransport.h')
-rw-r--r--include/device/hypertransport.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/device/hypertransport.h b/include/device/hypertransport.h
index 7992cb427856..240f8ccfff62 100644
--- a/include/device/hypertransport.h
+++ b/include/device/hypertransport.h
@@ -21,8 +21,10 @@
#include <device/device.h>
#include <device/hypertransport_def.h>
-unsigned int hypertransport_scan_chain(struct bus *bus,
- unsigned min_devfn, unsigned max_devfn, unsigned int max, unsigned *ht_unit_base, unsigned offset_unitid);
+unsigned int hypertransport_scan_chain(struct device* parent, struct bus *bus,
+ unsigned min_devfn, unsigned max_devfn,
+ unsigned int max, unsigned *ht_unit_base,
+ unsigned offset_unitid);
unsigned int ht_scan_bridge(struct device *dev, unsigned int max);
extern const struct device_operations default_ht_ops_bus;