.TH "pci_unregister_driver" 9 "pci_unregister_driver" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_unregister_driver \- unregister a pci driver .SH SYNOPSIS .B "void" pci_unregister_driver .BI "(struct pci_driver *" drv ");" .SH ARGUMENTS .IP "drv" 12 the driver structure to unregister .SH "DESCRIPTION" Deletes the driver structure from the list of registered PCI drivers, gives it a chance to clean up by calling its \fBremove\fP function for each device it was responsible for, and marks those devices as driverless.