driver core: move klist_children into private structure
[safe/jmp/linux-2.6] / include / linux / device.h
index d6d3408..60423e6 100644 (file)
@@ -366,8 +366,6 @@ struct device_dma_parameters {
 };
 
 struct device {
-       struct klist            klist_children;
-       struct klist_node       knode_parent;   /* node in sibling list */
        struct klist_node       knode_driver;
        struct klist_node       knode_bus;
        struct device           *parent;