]> git.baikalelectronics.ru Git - kernel.git/commit
printk: add stub for prepend_timestamp()
authorRandy Dunlap <rdunlap@xenotime.net>
Fri, 11 May 2012 23:36:07 +0000 (16:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 May 2012 23:44:54 +0000 (16:44 -0700)
commit6a2cf1ada815bbba3f100b8456322a8cd27ae877
treeed4e338140b9c44def77d53836c02e569dbf2981
parent1ed37c92a1d7b5fb6d42441d1ede57d58c704747
printk: add stub for prepend_timestamp()

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>
kernel/printk.c