.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "BUS_REMOVE_DRIVER" "9" "09 October 2005" "" ""
.SH NAME
bus_remove_driver \- delete driver from bus's knowledge.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void bus_remove_driver (struct device_driver * \fIdrv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrv\fB\fR
driver.
.SH "DESCRIPTION"
.PP
Detach the driver from the devices it controls, and remove
it from its bus's list of drivers. Finally, we drop the reference
to the bus we took in \fBbus_add_driver\fR\&.