summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Young <hidave.darkstar@gmail.com>2008-05-09 09:24:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2008-05-14 19:37:58 +0200
commit0a3ad00ca09632c6d0675f606276e92bdf1b306c (patch)
treea164d56118136d8f53be9f64afa41dc42fb7ad93 /include
parentblock: do_mounts - accept root=<non-existant partition> (diff)
downloadlinux-0a3ad00ca09632c6d0675f606276e92bdf1b306c.tar.xz
linux-0a3ad00ca09632c6d0675f606276e92bdf1b306c.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 8c23e3dfe3ac..15e9fa3ad3af 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -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;