Close a devres group
void devres_close_group(struct device * dev, void * id);
dev
Device to close devres group for
id
ID of target group, can be NULL
Close the group identified by id. If id is NULL, the latest open group is selected.