From: Hidetoshi Seto Date: Wed, 30 Apr 2008 07:50:43 +0000 (+0900) Subject: [IA64] fix section mismatch in arch/ia64/kernel/irq.c X-Git-Tag: v2.6.26-rc1~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751fc7849d623bcd5e77fd494b01662599a8dccf;p=pandora-kernel.git [IA64] fix section mismatch in arch/ia64/kernel/irq.c This patch shuts up the following: WARNING: vmlinux.o(.text+0x7102): Section mismatch in reference from the function fixup_irqs() to the function .devinit.text:ia64_disable_timer() Removing ia64_disable_timer() is safe because there are no functions calling it other than the fixup_irqs(), Signed-off-by: Hidetoshi Seto Signed-off-by: Tony Luck --- Reading git-diff-tree failed