diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-09 11:22:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-09 17:19:07 -0400 |
commit | f3d2ab41b5e2dfb2fc8679b786476327cea2f249 (patch) | |
tree | 6fc55b0473af9ee0dcce2abc5ed039c0730293cd /arch/powerpc | |
parent | a23b7cb998f18101f9b0f505d81e6c68a7830a05 (diff) |
[PATCH] extern doesn't make sense on a definition of function...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 829ac18b566c..5e37bf14ef2d 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -572,8 +572,8 @@ unsigned int irq_create_mapping(struct irq_host *host, | |||
572 | } | 572 | } |
573 | EXPORT_SYMBOL_GPL(irq_create_mapping); | 573 | EXPORT_SYMBOL_GPL(irq_create_mapping); |
574 | 574 | ||
575 | extern unsigned int irq_create_of_mapping(struct device_node *controller, | 575 | unsigned int irq_create_of_mapping(struct device_node *controller, |
576 | u32 *intspec, unsigned int intsize) | 576 | u32 *intspec, unsigned int intsize) |
577 | { | 577 | { |
578 | struct irq_host *host; | 578 | struct irq_host *host; |
579 | irq_hw_number_t hwirq; | 579 | irq_hw_number_t hwirq; |