diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-08-30 15:30:09 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-12-24 21:47:56 +1000 |
commit | ed3da2c443e8d566a8eb0ab86069aefc7e928c74 (patch) | |
tree | c21b9345ac579b3e3d8d83e5e5c64bcbcbdbed6d /arch/m68k | |
parent | d85b40948654dee3be1d8e43b0fce511c1b42d78 (diff) |
m68knommu: remove unused fasthandler declaration
The fasthandler code was removed long ago. Remove the now unused
declaration of it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/platform/coldfire/entry.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S index 3157461a8d1..f567a163bc4 100644 --- a/arch/m68k/platform/coldfire/entry.S +++ b/arch/m68k/platform/coldfire/entry.S @@ -54,7 +54,6 @@ sw_usp: .globl ret_from_signal .globl sys_call_table .globl inthandler -.globl fasthandler enosys: mov.l #sys_ni_syscall,%d3 |