.\" 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 "EDD_RELEASE" "" "06 October 2005" "" ""
.SH NAME
edd_release \- free edd structure
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void edd_release (struct kobject * \fIkobj\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkobj\fB\fR
kobject of edd structure
.SH "DESCRIPTION"
.PP
This is called when the refcount of the edd structure
reaches 0. This should happen right after we unregister,
but just in case, we use the release callback anyway.