From 85b00c4b72a03d10bf8b57636446a1c053934c8a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 18 Apr 2005 11:00:42 +0000 Subject: Move RELOCATE into config.h Move ISA probe address logic from config.c into isa.c, create header file config/isa.h. --- src/include/isa.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/include') diff --git a/src/include/isa.h b/src/include/isa.h index a76e526b7..7d67502fe 100644 --- a/src/include/isa.h +++ b/src/include/isa.h @@ -66,12 +66,5 @@ extern int find_isa_device ( struct isa_device *eisa, extern int find_isa_boot_device ( struct dev *dev, struct isa_driver *driver ); -/* - * config.c defines isa_extra_probe_addrs and isa_extra_probe_addr_count. - * - */ -extern isa_probe_addr_t isa_extra_probe_addrs[]; -extern unsigned int isa_extra_probe_addr_count; - #endif /* ISA_H */ -- cgit v1.2.3-55-g7522