diff options
Diffstat (limited to 'src/devices/hypertransport.c')
-rw-r--r-- | src/devices/hypertransport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c index 39c63f82fa..8de20587a8 100644 --- a/src/devices/hypertransport.c +++ b/src/devices/hypertransport.c @@ -613,7 +613,7 @@ unsigned int hypertransport_scan_chain(struct bus *bus, * * @return The maximum bus number found, after scanning all subordinate busses */ -unsigned int hypertransport_scan_chain_x(struct bus *bus, +static unsigned int hypertransport_scan_chain_x(struct bus *bus, unsigned min_devfn, unsigned max_devfn, unsigned int max) { unsigned ht_unitid_base[4]; |