diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/printk.c | 4 | ||||
-rw-r--r-- | kernel/sysctl_check.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 423a8c765a57..3b7c968d0ef9 100644 --- a/kernel/printk.c +++ b/kernel/printk.c | |||
@@ -702,9 +702,7 @@ asmlinkage int vprintk(const char *fmt, va_list args) | |||
702 | loglev_char = default_message_loglevel | 702 | loglev_char = default_message_loglevel |
703 | + '0'; | 703 | + '0'; |
704 | } | 704 | } |
705 | t = 0; | 705 | t = cpu_clock(printk_cpu); |
706 | if (system_state != SYSTEM_BOOTING) | ||
707 | t = ktime_to_ns(ktime_get()); | ||
708 | nanosec_rem = do_div(t, 1000000000); | 706 | nanosec_rem = do_div(t, 1000000000); |
709 | tlen = sprintf(tbuf, | 707 | tlen = sprintf(tbuf, |
710 | "<%c>[%5lu.%06lu] ", | 708 | "<%c>[%5lu.%06lu] ", |
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index a68425a5cc1d..d8a5558a47b4 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
@@ -1,6 +1,5 @@ | |||
1 | #include <linux/stat.h> | 1 | #include <linux/stat.h> |
2 | #include <linux/sysctl.h> | 2 | #include <linux/sysctl.h> |
3 | #include "../arch/s390/appldata/appldata.h" | ||
4 | #include "../fs/xfs/linux-2.6/xfs_sysctl.h" | 3 | #include "../fs/xfs/linux-2.6/xfs_sysctl.h" |
5 | #include <linux/sunrpc/debug.h> | 4 | #include <linux/sunrpc/debug.h> |
6 | #include <linux/string.h> | 5 | #include <linux/string.h> |