projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23b7cb
)
[PATCH] extern doesn't make sense on a definition of function...
author
Al Viro
<viro@ftp.linux.org.uk>
Mon, 9 Oct 2006 15:22:09 +0000
(16:22 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 9 Oct 2006 21:19:07 +0000
(14:19 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/powerpc/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/irq.c
b/arch/powerpc/kernel/irq.c
index 829ac18b566cc002c6d9bb8a33dbfde204786495..5e37bf14ef2dba4dd6094923b85bbed7591bbb7f 100644
(file)
--- 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,
}
EXPORT_SYMBOL_GPL(irq_create_mapping);
-
extern
unsigned int irq_create_of_mapping(struct device_node *controller,
-
u32 *intspec, unsigned int intsize)
+unsigned int irq_create_of_mapping(struct device_node *controller,
+ u32 *intspec, unsigned int intsize)
{
struct irq_host *host;
irq_hw_number_t hwirq;