From: Kevin Hao Date: Wed, 10 Jul 2013 01:43:43 +0000 (+0800) Subject: powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c X-Git-Tag: v3.12-rc1~123^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0870c55301da7e27be53d65dc62020a0fba749a;p=pandora-kernel.git powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c The math.c is only built when CONFIG_MATH_EMULATION is enabled. So the #ifdef check for CONFIG_MATH_EMULATION in it seems redundant. Drop all of them. Signed-off-by: Kevin Hao Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed