update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / include / asm-ppc64 / pci-bridge.h
index acb6aff..7453074 100644 (file)
@@ -33,9 +33,9 @@ enum phb_types {
 struct pci_controller {
        char what[8];                     /* Eye catcher      */
        enum phb_types type;              /* Type of hardware */
-       struct pci_controller *next;
        struct pci_bus *bus;
        void *arch_data;
+       struct list_head list_node;
 
        int first_busno;
        int last_busno;