git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d1149
)
printk: add stub for prepend_timestamp()
author
Randy Dunlap
<rdunlap@xenotime.net>
Fri, 11 May 2012 23:36:07 +0000
(16:36 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 11 May 2012 23:44:54 +0000
(16:44 -0700)
Add a stub for prepend_timestamp() when CONFIG_PRINTK is not
enabled. Fixes this build error:
kernel/printk.c:1770:3: error: implicit declaration of function 'prepend_timestamp'
Cc: Kay Sievers <kay@vrfy.org>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found