]> git.baikalelectronics.ru Git - kernel.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)
commit0ca3bf7429b3930a09df76e6952997ba494059e6
tree0f4258c00afbb2a8ad137acf34805cfeb0ed1077
parentc4e0fc1a280e7943b497a6c11155240321fb2b01
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]