From 6638755a232d7ad8a5eb178804bed7a6847cf1ae Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 4 Sep 2003 01:25:55 +0000 Subject: - Remove dead argument to hypertransport_scan_chain git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1100 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/hypertransport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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) -- cgit v1.2.3