Scroll to navigation

DRIVER_UNREGISTER(9) Device drivers infrastructure DRIVER_UNREGISTER(9)

NAME

driver_unregister - remove driver from system.

SYNOPSIS

void driver_unregister(struct device_driver * drv);

ARGUMENTS

drv
driver.

DESCRIPTION

Again, we pass off most of the work to the bus-level call.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16