From c9ea40cb0cf67c13336e36f46fa757f8d79d5256 Mon Sep 17 00:00:00 2001 From: Jesper Nilsson Date: Tue, 16 Apr 2013 16:06:23 +0200 Subject: [PATCH] CRIS: remove unused current_regs CC: Mikael Starvik CC: linux-cris-kernel@axis.com Signed-off-by: Jonas Bonn Signed-off-by: Jesper Nilsson --- arch/cris/include/asm/processor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h index c0a29b9..15b815d 100644 --- a/arch/cris/include/asm/processor.h +++ b/arch/cris/include/asm/processor.h @@ -47,7 +47,6 @@ struct task_struct; */ #define task_pt_regs(task) user_regs(task_thread_info(task)) -#define current_regs() task_pt_regs(current) unsigned long get_wchan(struct task_struct *p); -- 2.7.4