.\" 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_ADDR_CACHE_REMOVE_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
pci_addr_cache_remove_device \- remove pci device from addr cache
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_addr_cache_remove_device (struct pci_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device to remove
.SH "DESCRIPTION"
.PP
Remove a device from the addr-cache tree.
This is potentially expensive, since it will walk
the tree multiple times (once per resource).
But so what; device removal doesn't need to be that fast.