diff options
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/pci-bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index 59794b466efc..09079e400d2b 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -79,7 +79,6 @@ struct pci_dn { | |||
79 | struct pci_dev *pcidev; /* back-pointer to the pci device */ | 79 | struct pci_dev *pcidev; /* back-pointer to the pci device */ |
80 | struct device_node *node; /* back-pointer to the device_node */ | 80 | struct device_node *node; /* back-pointer to the device_node */ |
81 | #ifdef CONFIG_PPC_ISERIES | 81 | #ifdef CONFIG_PPC_ISERIES |
82 | int Irq; /* Assigned IRQ */ | ||
83 | int Flags; /* Possible flags(disable/bist)*/ | 82 | int Flags; /* Possible flags(disable/bist)*/ |
84 | u8 LogicalSlot; /* Hv Slot Index for Tces */ | 83 | u8 LogicalSlot; /* Hv Slot Index for Tces */ |
85 | #endif | 84 | #endif |