]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
driver core: move klist_children into private structure
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index d6d34084fd3764c207e28ef8ded81b5adf1a9d5b..60423e68720591ba11827f2454a7a3afd979b3b7 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;