aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/printk.c')
-rw-r--r--kernel/printk.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index 0fb8be60737c..e95e7c6e7b04 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -566,19 +566,6 @@ static int printk_time = 0;
566#endif 566#endif
567module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR); 567module_param_named(time, printk_time, bool, S_IRUGO | S_IWUSR);
568 568
569static int __init printk_time_setup(char *str)
570{
571 if (*str)
572 return 0;
573 printk_time = 1;
574 printk(KERN_NOTICE "The 'time' option is deprecated and "
575 "is scheduled for removal in early 2008\n");
576 printk(KERN_NOTICE "Use 'printk.time=<value>' instead\n");
577 return 1;
578}
579
580__setup("time", printk_time_setup);
581
582/* Check if we have any console registered that can be called early in boot. */ 569/* Check if we have any console registered that can be called early in boot. */
583static int have_callable_console(void) 570static int have_callable_console(void)
584{ 571{