From: Jacek Luczak Date: Sat, 12 Apr 2008 15:41:12 +0000 (+0200) Subject: x86: unlock_ExtINT_logic() - fix section mismatch warnings X-Git-Tag: v2.6.26-rc1~1045^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28acf285deb193a1898bd531d778b0d1b1b75f2c;p=pandora-kernel.git x86: unlock_ExtINT_logic() - fix section mismatch warnings Fix following warning: WARNING: arch/x86/kernel/built-in.o(.text+0x12cc9): Section mismatch in reference from the function unlock_ExtINT_logic() unlock_ExtINT_logic() is only used by __init check_timer(). Annotate unlock_ExtINT_logic() witch __init. Signed-off-by: Jacek Luczak Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed