.\" 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_HP_DEREGISTER" "" "06 October 2005" "" ""
.SH NAME
pci_hp_deregister \- deregister a hotplug_slot with the PCI hotplug subsystem
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pci_hp_deregister (struct hotplug_slot * \fIslot\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIslot\fB\fR
pointer to the &struct hotplug_slot to deregister
.SH "DESCRIPTION"
.PP
The \fIslot\fR must have been registered with the pci hotplug subsystem
previously with a call to \fBpci_hp_register\fR\&.
.PP
Returns 0 if successful, anything else for an error.