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