diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/syslib/qspan_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/syslib/qspan_pci.c b/arch/ppc/syslib/qspan_pci.c index 85053b2816a9..7a97c7440b30 100644 --- a/arch/ppc/syslib/qspan_pci.c +++ b/arch/ppc/syslib/qspan_pci.c | |||
@@ -365,13 +365,13 @@ int qspan_pcibios_find_class(unsigned int class_code, unsigned short index, | |||
365 | } | 365 | } |
366 | 366 | ||
367 | void __init | 367 | void __init |
368 | m8xx_pcibios_fixup(void)) | 368 | m8xx_pcibios_fixup(void) |
369 | { | 369 | { |
370 | /* Lots to do here, all board and configuration specific. */ | 370 | /* Lots to do here, all board and configuration specific. */ |
371 | } | 371 | } |
372 | 372 | ||
373 | void __init | 373 | void __init |
374 | m8xx_setup_pci_ptrs(void)) | 374 | m8xx_setup_pci_ptrs(void) |
375 | { | 375 | { |
376 | set_config_access_method(qspan); | 376 | set_config_access_method(qspan); |
377 | 377 | ||