1. NAME

driver_register - register driver with bus

2. SYNOPSIS

int driver_register(struct device_driver *  drv );

3. ARGUMENTS

drv
    driver to register

4. DESCRIPTION

We pass off most of the work to the bus_add_driver call, since most of the things we have to do deal with the bus structures.

5. COPYRIGHT