Skip to content
Commit 39ebfd3f authored by Ben Dooks's avatar Ben Dooks
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 87e0d6cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment