]> git.karo-electronics.de Git - karo-tx-linux.git/commit
printk: move to separate directory for easier modification
authorJoe Perches <joe@perches.com>
Wed, 31 Jul 2013 20:53:42 +0000 (13:53 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 31 Jul 2013 21:41:03 +0000 (14:41 -0700)
commitb9ee979e9d770dc10f94936ef6ff9efddc23c911
treea099ce69f9facb3285754e9b410d8494f9652204
parentb99b94b52339dc186810e29f1f6472d86c42d2d9
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: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/DocBook/device-drivers.tmpl
kernel/Makefile
kernel/printk/Makefile [new file with mode: 0644]
kernel/printk/printk.c [moved from kernel/printk.c with 100% similarity]