dev.c uses the new tables infrastructure.

This commit is contained in:
Michael Brown
2005-04-27 12:20:54 +00:00
parent c08671e5fc
commit f37e0a06d7
3 changed files with 13 additions and 30 deletions

View File

@@ -145,18 +145,9 @@ SECTIONS {
*(SORT(.tbl.*))
device_drivers = .;
*(.drivers.device)
device_drivers_end = .;
isa_drivers = . ;
*(.drivers.isa)
isa_drivers_end = .;
bus_drivers = .;
*(.drivers.bus)
bus_drivers_end = .;
type_drivers = .;
*(.drivers.type)
type_drivers_end = .;
_progbits_end = .;
}