From: Ben Dooks Date: Thu, 8 Jan 2009 15:42:41 +0000 (+0000) Subject: [ARM] footbridge: add isa_init_irq() to common header X-Git-Tag: v2.6.29-rc1~46^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ebfd3f0d58a89f29097f99a1de50c096375ee2;p=pandora-kernel.git [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 --- Reading git-diff-tree failed