From: Glauber de Oliveira Costa Date: Sat, 21 Jul 2007 15:11:16 +0000 (+0200) Subject: x86_64: Move functions declarations to header file X-Git-Tag: v2.6.23-rc1~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99253b8e734a7a773c0e4bedd7d8d1847c98c538;p=pandora-kernel.git x86_64: Move functions declarations to header file Some interrupt entry points are currently defined in i8259.c They probably belong in a header. Right now, their only user is init_IRQ, justifying their declaration in-file. But when virtualization comes in, we may be interested in using that functions in late initializations. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Andrew Morton Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed