1EDD_RELEASE(9) Firmware Interfaces EDD_RELEASE(9)
23
4
NAME
6edd_release - free edd structure
7
SYNOPSIS
9void edd_release(struct kobject * kobj);
10
ARGUMENTS
12kobj
13kobject of edd structure
14
DESCRIPTION
16This is called when the refcount of the edd structure reaches 0. This
17should happen right after we unregister, but just in case, we use the
18release callback anyway.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 EDD_RELEASE(9)