Skip to content

Commit

Permalink
m68knommu: remove unused fasthandler declaration
Browse files Browse the repository at this point in the history
The fasthandler code was removed long ago. Remove the now unused
declaration of it.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent d85b409 commit ed3da2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68k/platform/coldfire/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed3da2c

Please sign in to comment.