.\" 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 "DEVICE_RELEASE_DRIVER" "" "06 October 2005" "" ""
.SH NAME
device_release_driver \- manually detach device from driver.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void device_release_driver (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device.
.SH "DESCRIPTION"
.PP
Manually detach device from driver.
Note that this is called without incrementing the bus
reference count nor taking the bus's rwsem. Be sure that
those are accounted for before calling this function.