Driver core: struct class remove children list
because of the class_device was removed, now do the children list removing Signed-off-by: Dave Young <hidave.darkstar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
30f2f0eb4b
commit
0a3ad00ca0
@ -183,7 +183,6 @@ struct class {
|
||||
struct module *owner;
|
||||
|
||||
struct kset subsys;
|
||||
struct list_head children;
|
||||
struct list_head devices;
|
||||
struct list_head interfaces;
|
||||
struct kset class_dirs;
|
||||
|
Reference in New Issue
Block a user