timekeeping: Make local variables static

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <0D753D10438DA54287A00B027084269764CE0E54B7@AUSP01VMBX24.collaborationhost.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by H Hartley Sweeten and committed by Thomas Gleixner afa14e7c 5fdade95

+2 -2
+2 -2
kernel/time/timekeeping.c
··· 49 49 u32 mult; 50 50 }; 51 51 52 - struct timekeeper timekeeper; 52 + static struct timekeeper timekeeper; 53 53 54 54 /** 55 55 * timekeeper_setup_internals - Set up internals to use clocksource clock. ··· 164 164 /* 165 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 169 /* flag for if timekeeping is suspended */ 170 170 int __read_mostly timekeeping_suspended;