]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/device.h
Revert "driver core: move klist_children into private structure"
[karo-tx-linux.git] / include / linux / device.h
index 7d9da4b4993feae592388717bff9ffedb0e60531..2975351635d3d30cae27edda4b437caff5d7d44f 100644 (file)
@@ -366,6 +366,10 @@ 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;