summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/powerpc/math-emu/frsqrte.c
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/math-emu/frsqrte.c')
-rw-r--r--ANDROID_3.4.5/arch/powerpc/math-emu/frsqrte.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/math-emu/frsqrte.c b/ANDROID_3.4.5/arch/powerpc/math-emu/frsqrte.c
deleted file mode 100644
index 1d0a3a0f..00000000
--- a/ANDROID_3.4.5/arch/powerpc/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", __func__, frD, frB);
-#endif
- return 0;
-}