From 282b6f1a1a168700d1da822cfd3bfccdb4909b74 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 27 Apr 2005 12:24:38 +0000 Subject: isa.c uses the new table infrastructure. --- src/drivers/bus/isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/bus') diff --git a/src/drivers/bus/isa.c b/src/drivers/bus/isa.c index 3766a7395..fb207ba52 100644 --- a/src/drivers/bus/isa.c +++ b/src/drivers/bus/isa.c @@ -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. -- cgit v1.2.3-55-g7522