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

January 2017 Kernel Hackers Manual 4.8.