.\" 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 "PCI_RELEASE_DEV" "" "06 October 2005" "" ""
.SH NAME
pci_release_dev \- free a pci device structure when all users of it are finished.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_release_dev (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device that's been disconnected
.SH "DESCRIPTION"
.PP
Will be called only by the device core when all users of this pci device are
done.