printk: add kern_levels.h to make KERN_<LEVEL> available for asm use
authorJoe Perches <joe@perches.com>
Mon, 30 Jul 2012 21:40:11 +0000 (14:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 31 Jul 2012 00:25:13 +0000 (17:25 -0700)
commit314ba3520e513a78be80e8c2ddbd65c91e78a114
treebf47c5ca6f3c29b2fc9339444ada24bca118ede1
parentacc8fa41ad31c576cdbc569cc3e0e443b1b98b44
printk: add kern_levels.h to make KERN_<LEVEL> available for asm use

Separate the printk.h file into 2 pieces so the definitions can be used in
asm files.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kern_levels.h [new file with mode: 0644]
include/linux/printk.h