]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
driver core: move knode_bus into private structure
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index d6d34084fd3764c207e28ef8ded81b5adf1a9d5b..e21b5d69d67c97c4730c62eafc126c6ffd1de3e4 100644 (file)
@@ -366,10 +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;
 
        struct device_private   *p;