powerpc/math-emu: Remove the dead code in math.c
authorKevin Hao <haokexin@gmail.com>
Wed, 10 Jul 2013 01:43:42 +0000 (09:43 +0800)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 14 Aug 2013 04:58:40 +0000 (14:58 +1000)
commitcf5c2e543c7b4a5ec49f547070c0f3f4c95e20ed
tree211d1ce953f004d70bfa98bc623884f3a0fa077e
parent8a05dd851410b3a299421a6c6975c081d3c805a8
powerpc/math-emu: Remove the dead code in math.c

The math.c is only built when CONFIG_MATH_EMULATION is enabled.
So we would never get into the case that CONFIG_MATH_EMULATION
is not defined in this file.

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/math-emu/math.c