From: Ralf Baechle Date: Wed, 10 Apr 2013 20:18:55 +0000 (+0200) Subject: IP27: Make declaration and definition of rt_timer_irq match. X-Git-Tag: v3.10-rc1~15^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcb705929fb476d48ff47a54a67e9da659f10c5;p=pandora-kernel.git IP27: Make declaration and definition of rt_timer_irq match. Without, the LTO compiler will complain: [...] LD init/built-in.o LDFINAL vmlinux.o arch/mips/sgi-ip27/ip27-irq.c:379:22: warning: type of ‘rt_timer_irq’ does not match original declaration [enabled by default] extern unsigned int rt_timer_irq; ^ arch/mips/sgi-ip27/ip27-timer.c:72:5: note: previously declared here int rt_timer_irq; ^ MODPOST vmlinux.o [...] And without LTO, it's still good stile to things match. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed