1CLASS_DESTROY(9) Device drivers infrastructure CLASS_DESTROY(9)
23
4
NAME
6class_destroy - destroys a struct class structure
7
SYNOPSIS
9void class_destroy(struct class * cls);
10
ARGUMENTS
12cls
13pointer to the struct class that is to be destroyed
14
DESCRIPTION
16Note, the pointer to be destroyed must have been created with a call to
17class_create.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 CLASS_DESTROY(9)