]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device.h
Revert "driver core: move klist_children into private structure"
[linux-2.6-omap-h63xx.git] / include / linux / device.h
index c66ceb15acd8302345942fa74f74e33bf69039b3..2975351635d3d30cae27edda4b437caff5d7d44f 100644 (file)
@@ -366,6 +366,8 @@ 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;