1. NAME

class_destroy - destroys a struct class structure

2. SYNOPSIS

void class_destroy(struct class *  cls );

3. ARGUMENTS

cls
    pointer to the struct class that is to be destroyed

4. DESCRIPTION

Note, the pointer to be destroyed must have been created with a call to class_create.

5. COPYRIGHT