CRIS: remove unused current_regs
authorJesper Nilsson <jespern@axis.com>
Tue, 16 Apr 2013 14:06:23 +0000 (16:06 +0200)
committerJesper Nilsson <jespern@axis.com>
Tue, 10 Sep 2013 15:29:20 +0000 (17:29 +0200)
CC: Mikael Starvik <starvik@axis.com>
CC: linux-cris-kernel@axis.com
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/include/asm/processor.h

index c0a29b9..15b815d 100644 (file)
@@ -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);