projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc6a8b
)
cris/kgdb: Remove unused static int do_printk
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 11 Feb 2013 19:28:17 +0000
(20:28 +0100)
committer
Geert 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
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v10/kernel/kgdb.c
b/arch/cris/arch-v10/kernel/kgdb.c
index 0a420336e5d800ea81de019df0664acb24cc6a19..6b64567e63ede39b749ef9580cda4334cb29cef5 100644
(file)
--- 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)
{