diff options
Diffstat (limited to 'include/asm-powerpc/machdep.h')
-rw-r--r-- | include/asm-powerpc/machdep.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index d5cd98214fab..ed9103148690 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
@@ -205,13 +205,6 @@ struct machdep_calls { | |||
205 | * optional PCI "hooks" | 205 | * optional PCI "hooks" |
206 | */ | 206 | */ |
207 | 207 | ||
208 | /* Called after PPC generic resource fixup to perform | ||
209 | machine specific fixups */ | ||
210 | void (*pcibios_fixup_resources)(struct pci_dev *); | ||
211 | |||
212 | /* Called for each PCI bus in the system when it's probed */ | ||
213 | void (*pcibios_fixup_bus)(struct pci_bus *); | ||
214 | |||
215 | /* Called when pci_enable_device() is called (initial=0) or | 208 | /* Called when pci_enable_device() is called (initial=0) or |
216 | * when a device with no assigned resource is found (initial=1). | 209 | * when a device with no assigned resource is found (initial=1). |
217 | * Returns 0 to allow assignment/enabling of the device. */ | 210 | * Returns 0 to allow assignment/enabling of the device. */ |
@@ -225,6 +218,13 @@ struct machdep_calls { | |||
225 | 218 | ||
226 | #endif /* CONFIG_PPC32 */ | 219 | #endif /* CONFIG_PPC32 */ |
227 | 220 | ||
221 | /* Called after PPC generic resource fixup to perform | ||
222 | machine specific fixups */ | ||
223 | void (*pcibios_fixup_resources)(struct pci_dev *); | ||
224 | |||
225 | /* Called for each PCI bus in the system when it's probed */ | ||
226 | void (*pcibios_fixup_bus)(struct pci_bus *); | ||
227 | |||
228 | /* Called to shutdown machine specific hardware not already controlled | 228 | /* Called to shutdown machine specific hardware not already controlled |
229 | * by other drivers. | 229 | * by other drivers. |
230 | */ | 230 | */ |