.\" 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 "TRANSPORT_DESTROY_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
transport_destroy_device \- destroy a removed device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void transport_destroy_device (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device to eliminate from the transport class.
.SH "DESCRIPTION"
.PP
This call triggers the elimination of storage associated with the
transport classdev. Note: all it really does is relinquish a
reference to the classdev. The memory will not be freed until the
last reference goes to zero. Note also that the classdev retains a
reference count on dev, so dev too will remain for as long as the
transport class device remains around.
.SH "DESCRIPTION"
.PP
This call triggers the elimination of storage associated with the
transport classdev. Note: all it really does is relinquish a
reference to the classdev. The memory will not be freed until the
last reference goes to zero. Note also that the classdev retains a
reference count on dev, so dev too will remain for as long as the
transport class device remains around.