From: Geert Uytterhoeven Date: Mon, 11 Feb 2013 19:28:17 +0000 (+0100) Subject: cris/kgdb: Remove unused static int do_printk X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4bb77a9dface5f3b8ee97f2857dc693bbc94120a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git cris/kgdb: Remove unused static int do_printk Signed-off-by: Geert Uytterhoeven --- 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) 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) {