isa.c uses the new table infrastructure.

This commit is contained in:
Michael Brown
2005-04-27 12:24:38 +00:00
parent f37e0a06d7
commit 282b6f1a1a
3 changed files with 4 additions and 13 deletions

View File

@@ -44,8 +44,8 @@ static isa_probe_addr_t isa_extra_probe_addrs[] = {
* Symbols defined by linker
*
*/
extern struct isa_driver isa_drivers[];
extern struct isa_driver isa_drivers_end[];
static struct isa_driver isa_drivers[0] __table_start ( isa_driver );
static struct isa_driver isa_drivers_end[0] __table_end ( isa_driver );
/*
* Increment a bus_loc structure to the next possible ISA location.