summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/hypertransport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/hypertransport.h b/src/include/device/hypertransport.h
index 281f50e505..e342aeb506 100644
--- a/src/include/device/hypertransport.h
+++ b/src/include/device/hypertransport.h
@@ -1,7 +1,7 @@
#ifndef DEVICE_HYPERTRANSPORT_H
#define DEVICE_HYPERTRANSPORT_H
-unsigned int hypertransport_scan_chain(struct bus *bus, unsigned min_unitid, unsigned int max);
+unsigned int hypertransport_scan_chain(struct bus *bus, unsigned int max);
#define HT_IO_HOST_ALIGN 4096
#define HT_MEM_HOST_ALIGN (1024*1024)