sh64: kernel: remove useless variable 'regs'
authorChen Gang <gang.chen@asianux.com>
Tue, 12 Nov 2013 23:06:48 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:08:59 +0000 (12:08 +0900)
commit8d28df813e5077913a60c61aaef2e6bf940d8cd9
treeb41f334f722580ae08406bcaf1b7e32363be8354
parent42b43341b045227c5ffca04c2d9424c77abed4fb
sh64: kernel: remove useless variable 'regs'

Remove useless variable 'regs' to avoid the related warnings (warning is
treated as error).

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/sh/kernel/process_64.c