]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/time/timekeeping.c
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
[mv-sheeva.git] / kernel / time / timekeeping.c
index 5536aaf3ba36bd0c2288a61e0b40c59fa61ddba1..d27c7562902cbe3aa2472292bd813c1eee8c1ecb 100644 (file)
@@ -49,7 +49,7 @@ struct timekeeper {
        u32     mult;
 };
 
-struct timekeeper timekeeper;
+static struct timekeeper timekeeper;
 
 /**
  * timekeeper_setup_internals - Set up internals to use clocksource clock.
@@ -164,7 +164,7 @@ static struct timespec total_sleep_time;
 /*
  * The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock.
  */
-struct timespec raw_time;
+static struct timespec raw_time;
 
 /* flag for if timekeeping is suspended */
 int __read_mostly timekeeping_suspended;