commit | 42dfe7a1844cbad7114038aaf03828acb7a84414 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Mar 14 22:25:36 2004 +0000 |
committer | wdenk <wdenk> | Sun Mar 14 22:25:36 2004 +0000 |
tree | d33893d34d2a97aa23257703733dbc9d86d48278 | |
parent | 855a496fe9ba431772f1ff1aef21a5c001288bb0 [diff] [blame] |
Code cleanup; make several boards compile & link.
diff --git a/drivers/pci.c b/drivers/pci.c index e014f91..5a9dae4 100644 --- a/drivers/pci.c +++ b/drivers/pci.c
@@ -163,7 +163,7 @@ for (hose = hose_head; hose; hose = hose->next) { -#if CFG_SCSI_SCAN_BUS_REVERSE +#ifdef CFG_SCSI_SCAN_BUS_REVERSE for (bus = hose->last_busno; bus >= hose->first_busno; bus--) #else for (bus = hose->first_busno; bus <= hose->last_busno; bus++)