diff options
author | Yoann Padioleau <padator@wanadoo.fr> | 2007-06-08 16:46:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-08 20:23:33 -0400 |
commit | a17627ef8833ac30622a7b39b7be390e1b174405 (patch) | |
tree | 536eb5292376473627d704ea2281239a1ab5b4fa /arch/ppc | |
parent | 3cdc0ed0cea50ea08dd146c1bbc82b1bcc2e1b80 (diff) |
potential parse error in ifdef part 3
Fix various bits of obviously-busted code which we're not happening to
compile, due to ifdefs.
Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
Cc: Andi Kleen <ak@suse.de>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 | ||