]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
include/linux/kernel.h: Move logging bits to include/linux/printk.h
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Nov 2010 21:37:37 +0000 (13:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 15 Nov 2010 21:37:37 +0000 (13:37 -0800)
commit968ab1838a5d48f02f5b471aa1d0e59e2cc2ccbc
tree0f4258c00afbb2a8ad137acf34805cfeb0ed1077
parent22d3243de86bc92d874abb7c5b185d5c47aba323
include/linux/kernel.h: Move logging bits to include/linux/printk.h

Move the logging bits from kernel.h into printk.h so that
there is a bit more logical separation of the generic from
the printk logging specific parts.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
include/linux/printk.h [new file with mode: 0644]