diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-08-30 01:30:09 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-12-24 06:47:56 -0500 |
commit | ed3da2c443e8d566a8eb0ab86069aefc7e928c74 (patch) | |
tree | c21b9345ac579b3e3d8d83e5e5c64bcbcbdbed6d /arch/m68k/platform/coldfire | |
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/platform/coldfire')
-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 3157461a8d1d..f567a163bc40 100644 --- a/arch/m68k/platform/coldfire/entry.S +++ b/arch/m68k/platform/coldfire/entry.S | |||
@@ -54,7 +54,6 @@ sw_usp: | |||
54 | .globl ret_from_signal | 54 | .globl ret_from_signal |
55 | .globl sys_call_table | 55 | .globl sys_call_table |
56 | .globl inthandler | 56 | .globl inthandler |
57 | .globl fasthandler | ||
58 | 57 | ||
59 | enosys: | 58 | enosys: |
60 | mov.l #sys_ni_syscall,%d3 | 59 | mov.l #sys_ni_syscall,%d3 |