[patch 9/9] convert device drivers to driver-model

2005-02-03 Thread Bartlomiej Zolnierkiewicz
* add ide_bus_match() and export ide_bus_type * split ide_remove_driver_from_hwgroup() out of ide_unregister() * move device cleanup from ide_unregister() to drive_release_dev() * convert ide_driver_t->name to driver->name * convert ide_driver_t->{attach,cleanup} to driver->{probe,remove} *

[patch 9/9] convert device drivers to driver-model

2005-02-03 Thread Bartlomiej Zolnierkiewicz
* add ide_bus_match() and export ide_bus_type * split ide_remove_driver_from_hwgroup() out of ide_unregister() * move device cleanup from ide_unregister() to drive_release_dev() * convert ide_driver_t-name to driver-name * convert ide_driver_t-{attach,cleanup} to driver-{probe,remove} * remove