diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-02-11 14:28:17 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-16 07:47:20 -0400 |
commit | 4bb77a9dface5f3b8ee97f2857dc693bbc94120a (patch) | |
tree | 9b5c0785f7cc4870e9436564d12c4d810209f05e /arch/cris/arch-v10 | |
parent | 7fc6a8ba23dc42428798222e183f89098396c342 (diff) |
cris/kgdb: Remove unused static int do_printk
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/kgdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/arch-v10/kernel/kgdb.c b/arch/cris/arch-v10/kernel/kgdb.c index 0a420336e5d8..6b64567e63ed 100644 --- a/arch/cris/arch-v10/kernel/kgdb.c +++ b/arch/cris/arch-v10/kernel/kgdb.c | |||
@@ -676,8 +676,6 @@ hex (char ch) | |||
676 | Put the result in buf, and return a pointer to the last character | 676 | Put the result in buf, and return a pointer to the last character |
677 | in buf (null). */ | 677 | in buf (null). */ |
678 | 678 | ||
679 | static int do_printk = 0; | ||
680 | |||
681 | static char * | 679 | static char * |
682 | mem2hex(char *buf, unsigned char *mem, int count) | 680 | mem2hex(char *buf, unsigned char *mem, int count) |
683 | { | 681 | { |