Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afa14e7c authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Thomas Gleixner
Browse files

timekeeping: Make local variables static



Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <0D753D10438DA54287A00B027084269764CE0E54B7@AUSP01VMBX24.collaborationhost.net>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5fdade95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;