diff options
Diffstat (limited to 'arch/ppc/math-emu/frsqrte.c')
-rw-r--r-- | arch/ppc/math-emu/frsqrte.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/ppc/math-emu/frsqrte.c b/arch/ppc/math-emu/frsqrte.c deleted file mode 100644 index a11ae182985..00000000000 --- a/arch/ppc/math-emu/frsqrte.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <linux/types.h> -#include <linux/errno.h> -#include <asm/uaccess.h> - -int -frsqrte(void *frD, void *frB) -{ -#ifdef DEBUG - printk("%s: %p %p\n", __FUNCTION__, frD, frB); -#endif - return 0; -} |