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