powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c
authorKevin Hao <haokexin@gmail.com>
Wed, 10 Jul 2013 01:43:43 +0000 (09:43 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:58:46 +0000 (14:58 +1000)
commitf0870c55301da7e27be53d65dc62020a0fba749a
tree942d70325cf9857df2376ae94b863295192c2744
parentcf5c2e543c7b4a5ec49f547070c0f3f4c95e20ed
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 <haokexin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/math-emu/math.c