.TH "pci_hp_deregister" 9 "pci_hp_deregister" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_hp_deregister \- deregister a hotplug_slot with the PCI hotplug subsystem .SH SYNOPSIS .B "int" pci_hp_deregister .BI "(struct hotplug_slot *" slot ");" .SH ARGUMENTS .IP "slot" 12 pointer to the \fBstruct\fP hotplug_slot to deregister .SH "DESCRIPTION" The \fIslot\fP must have been registered with the pci hotplug subsystem previously with a call to \fBpci_hp_register\fP. Returns 0 if successful, anything else for an error.