From: Greg Ungerer <[email protected]> The fasthandler code was removed long ago. Remove the now unused declaration of it.
Signed-off-by: Greg Ungerer <[email protected]> --- 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 3157461..f567a16 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 -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
