diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-01-25 15:07:59 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-25 15:07:59 -0500 |
commit | b842271fbb9c8b5fd0e1c3e1895a3b67ba5bcc54 (patch) | |
tree | e6fd8db6b1544056b13379b5e3c4cd8217231d86 /kernel/printk.c | |
parent | d713f519332e029d43eca8462629314eee1ded86 (diff) |
sched: remove printk_clock()
printk_clock() is obsolete - it has been replaced with cpu_clock().
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/printk.c')
-rw-r--r-- | kernel/printk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 5f9d053699f9..3b7c968d0ef9 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
@@ -573,11 +573,6 @@ static int __init printk_time_setup(char *str) | |||
573 | 573 | ||
574 | __setup("time", printk_time_setup); | 574 | __setup("time", printk_time_setup); |
575 | 575 | ||
576 | __attribute__((weak)) unsigned long long printk_clock(void) | ||
577 | { | ||
578 | return sched_clock(); | ||
579 | } | ||
580 | |||
581 | /* Check if we have any console registered that can be called early in boot. */ | 576 | /* Check if we have any console registered that can be called early in boot. */ |
582 | static int have_callable_console(void) | 577 | static int have_callable_console(void) |
583 | { | 578 | { |