aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/cris/arch-v10/kernel/kgdb.c2
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
679static int do_printk = 0;
680
681static char * 679static char *
682mem2hex(char *buf, unsigned char *mem, int count) 680mem2hex(char *buf, unsigned char *mem, int count)
683{ 681{