include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard
authorJoe Perches <joe@perches.com>
Thu, 13 Jan 2011 00:59:47 +0000 (16:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:10 +0000 (08:03 -0800)
commitac83ed687837a44c6e46fb16411fb0d299fffd80
tree04abc4db3153056b2c478209bfb8a4c7701d6a5b
parent16cb839f13324978bd58082e69de81a711802b11
include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard

- Move prototypes and align arguments.

- Add CONFIG_PRINTK guard for print_hex functions

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Matt Mackall <mpm@selenic.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/printk.h
lib/hexdump.c