1CLASS_DESTROY(9)         Device drivers infrastructure        CLASS_DESTROY(9)
2
3
4

NAME

6       class_destroy - destroys a struct class structure
7

SYNOPSIS

9       void class_destroy(struct class * cls);
10

ARGUMENTS

12       cls
13           pointer to the struct class that is to be destroyed
14

DESCRIPTION

16       Note, the pointer to be destroyed must have been created with a call to
17       class_create.
18
20Kernel Hackers Manual 3.10         June 2019                  CLASS_DESTROY(9)
Impressum