.\" 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 "DEVICE_RELEASE" "9" "09 October 2005" "" "" .SH NAME device_release \- free device structure. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void device_release (struct kobject * \fIkobj\fB); \fR .SH "ARGUMENTS" .TP \fB\fIkobj\fB\fR device's kobject. .SH "DESCRIPTION" .PP This is called once the reference count for the object reaches 0. We forward the call to the device's release method, which should handle actually freeing the structure.