.\" 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_REMOVE_BUS_DEVICE" "" "06 October 2005" "" ""
.SH NAME
pci_remove_bus_device \- remove a PCI device and any children
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pci_remove_bus_device (struct pci_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
the device to remove
.SH "DESCRIPTION"
.PP
Remove a PCI device from the device lists, informing the drivers
that the device has been removed. We also remove any subordinate
buses and children in a depth-first manner.
.PP
For each device we remove, delete the device structure from the
device lists, remove the /proc entry, and notify userspace
(/sbin/hotplug).