1DEVRES_REMOVE_GROUP(9) Driver Basics DEVRES_REMOVE_GROUP(9)
23
4
NAME
6devres_remove_group - Remove a devres group
7
SYNOPSIS
9void devres_remove_group(struct device * dev, void * id);
10
ARGUMENTS
12dev
13Device to remove group for
1415
id
16ID of target group, can be NULL
17
DESCRIPTION
19Remove the group identified by id. If id is NULL, the latest open group
20is selected. Note that removing a group doesn´t affect any other
21resources.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 DEVRES_REMOVE_GROUP(9)