.\" 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 "CLASS_DEVICE_DESTROY" "9" "09 October 2005" "" "" .SH NAME class_device_destroy \- removes a class device that was created with class_device_create .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void class_device_destroy (struct class * \fIcls\fB, dev_t \fIdevt\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcls\fB\fR the pointer to the struct class that this device was registered * with. .TP \fB\fIdevt\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP This call unregisters and cleans up a class device that was created with a call to \fBclass_device_create\fR