diff options
Diffstat (limited to 'kernel/time/timekeeping.c')
| -rw-r--r-- | kernel/time/timekeeping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 5bb86da8200..eef7452bd8a 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c | |||
| @@ -49,7 +49,7 @@ struct timekeeper { | |||
| 49 | u32 mult; | 49 | u32 mult; |
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | struct timekeeper timekeeper; | 52 | static struct timekeeper timekeeper; |
| 53 | 53 | ||
| 54 | /** | 54 | /** |
| 55 | * timekeeper_setup_internals - Set up internals to use clocksource clock. | 55 | * timekeeper_setup_internals - Set up internals to use clocksource clock. |
| @@ -164,7 +164,7 @@ static struct timespec total_sleep_time; | |||
| 164 | /* | 164 | /* |
| 165 | * The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. | 165 | * The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. |
| 166 | */ | 166 | */ |
| 167 | struct timespec raw_time; | 167 | static struct timespec raw_time; |
| 168 | 168 | ||
| 169 | /* flag for if timekeeping is suspended */ | 169 | /* flag for if timekeeping is suspended */ |
| 170 | int __read_mostly timekeeping_suspended; | 170 | int __read_mostly timekeeping_suspended; |
