]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: move to separate directory for easier modification
authorJoe Perches <joe@perches.com>
Tue, 23 Oct 2012 02:50:16 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 24 Oct 2012 03:20:13 +0000 (14:20 +1100)
commit6afeef917f52cd288600c3b1ed8cfe3611a06009
tree5d7e1f01c093a4c48b61a8d4f284065b48f96cf9
parentd1e9551579f603cbee93575030e36ed8d02702a6
printk: move to separate directory for easier modification

Make it easier to break up printk into bite-sized chunks.

Remove printk path/filename from comment.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Kay Sievers <kay@vrfy.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/Makefile
kernel/printk/Makefile [new file with mode: 0644]
kernel/printk/printk.c [moved from kernel/printk.c with 99% similarity]