|
@@ -49,9 +49,9 @@ static isa_probe_addr_t isa_extra_probe_addrs[] = {
|
49
|
49
|
(driver)->probe_addrs[(ioidx)] )
|
50
|
50
|
|
51
|
51
|
static struct isa_driver isa_drivers[0]
|
52
|
|
- __table_start ( struct isa_driver, isa_driver );
|
|
52
|
+ __table_start ( struct isa_driver, isa_drivers );
|
53
|
53
|
static struct isa_driver isa_drivers_end[0]
|
54
|
|
- __table_end ( struct isa_driver, isa_driver );
|
|
54
|
+ __table_end ( struct isa_driver, isa_drivers );
|
55
|
55
|
|
56
|
56
|
static void isabus_remove ( struct root_device *rootdev );
|
57
|
57
|
|