diff options
Diffstat (limited to 'kernel/time/timekeeping_internal.h')
-rw-r--r-- | kernel/time/timekeeping_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/timekeeping_internal.h b/kernel/time/timekeeping_internal.h index cf5c0828ee31..bcbb52db2256 100644 --- a/kernel/time/timekeeping_internal.h +++ b/kernel/time/timekeeping_internal.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <linux/time.h> | 8 | #include <linux/time.h> |
9 | 9 | ||
10 | #ifdef CONFIG_DEBUG_FS | 10 | #ifdef CONFIG_DEBUG_FS |
11 | extern void tk_debug_account_sleep_time(struct timespec64 *t); | 11 | extern void tk_debug_account_sleep_time(const struct timespec64 *t); |
12 | #else | 12 | #else |
13 | #define tk_debug_account_sleep_time(x) | 13 | #define tk_debug_account_sleep_time(x) |
14 | #endif | 14 | #endif |