cris/kgdb: Remove unused static int do_printk
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 11 Feb 2013 19:28:17 +0000 (20:28 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 16 Jun 2013 11:47:20 +0000 (13:47 +0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/cris/arch-v10/kernel/kgdb.c

index 0a42033..6b64567 100644 (file)
@@ -676,8 +676,6 @@ hex (char ch)
    Put the result in buf, and return a pointer to the last character
    in buf (null). */
 
-static int do_printk = 0;
-
 static char *
 mem2hex(char *buf, unsigned char *mem, int count)
 {