diff options
Diffstat (limited to 'arch/powerpc/include/asm/machdep.h')
-rw-r--r-- | arch/powerpc/include/asm/machdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/machdep.h b/arch/powerpc/include/asm/machdep.h index 5b6c03f1058f..240b137ce0cf 100644 --- a/arch/powerpc/include/asm/machdep.h +++ b/arch/powerpc/include/asm/machdep.h | |||
@@ -241,6 +241,9 @@ struct machdep_calls { | |||
241 | /* Called during PCI resource reassignment */ | 241 | /* Called during PCI resource reassignment */ |
242 | resource_size_t (*pcibios_window_alignment)(struct pci_bus *, unsigned long type); | 242 | resource_size_t (*pcibios_window_alignment)(struct pci_bus *, unsigned long type); |
243 | 243 | ||
244 | /* Reset the secondary bus of bridge */ | ||
245 | void (*pcibios_reset_secondary_bus)(struct pci_dev *dev); | ||
246 | |||
244 | /* Called to shutdown machine specific hardware not already controlled | 247 | /* Called to shutdown machine specific hardware not already controlled |
245 | * by other drivers. | 248 | * by other drivers. |
246 | */ | 249 | */ |