From ca9b2f88d97ee39286be3cc83ac10f2c09194410 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Tue, 4 Aug 2009 10:26:19 -0400 Subject: Staging: rtl8192e: compile fixes This patch removes -fhard-float and the software float helpers. In-kernel floating point is not allowed. Signed-off-by: Jeff Mahoney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192e/r8192E_core.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'drivers/staging/rtl8192e/r8192E_core.c') diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c index 9a0ff9ce694..aded8fa81d0 100644 --- a/drivers/staging/rtl8192e/r8192E_core.c +++ b/drivers/staging/rtl8192e/r8192E_core.c @@ -24,14 +24,6 @@ * Jerry chuang */ -#ifndef CONFIG_FORCE_HARD_FLOAT -double __floatsidf (int i) { return i; } -unsigned int __fixunsdfsi (double d) { return d; } -double __adddf3(double a, double b) { return a+b; } -double __addsf3(float a, float b) { return a+b; } -double __subdf3(double a, double b) { return a-b; } -double __extendsfdf2(float a) {return a;} -#endif #undef LOOP_TEST #undef RX_DONT_PASS_UL -- cgit v1.2.3