]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] footbridge: add isa_init_irq() to common header
authorBen Dooks <ben-linux@fluff.org>
Thu, 8 Jan 2009 15:42:41 +0000 (15:42 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 8 Jan 2009 15:53:08 +0000 (15:53 +0000)
commit39ebfd3f0d58a89f29097f99a1de50c096375ee2
tree20cbfc71a5dbf8aef00cba97567d15e1dc45e4eb
parent87e0d6cca16a7c9ec446d82a465077a0f99171de
[ARM] footbridge: add isa_init_irq() to common header

isa_init_irq() is defined in arch/arm/mach-footbridge/isa-irq.c
and used in arch/arm/mach-footbridge/common.c but there is no
definition in any header. Move the definition in common.c to
common.h to stop the sparse warning:

isa-irq.c:118:13: warning: symbol 'isa_init_irq' was not declared.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-footbridge/common.c
arch/arm/mach-footbridge/common.h
arch/arm/mach-footbridge/isa-irq.c