Skip to content

Commit

Permalink
time: Remove unused __get_wall_to_monotonic()
Browse files Browse the repository at this point in the history
No users left. Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Jan 31, 2011
1 parent 48cf76f commit 79ecaf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ extern int timekeeping_suspended;
unsigned long get_seconds(void);
struct timespec current_kernel_time(void);
struct timespec __current_kernel_time(void); /* does not take xtime_lock */
struct timespec __get_wall_to_monotonic(void); /* does not take xtime_lock */
struct timespec get_monotonic_coarse(void);
void get_xtime_and_monotonic_offset(struct timespec *xtim, struct timespec *wtom);

Expand Down
5 changes: 0 additions & 5 deletions kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,11 +910,6 @@ struct timespec __current_kernel_time(void)
return xtime;
}

struct timespec __get_wall_to_monotonic(void)
{
return wall_to_monotonic;
}

struct timespec current_kernel_time(void)
{
struct timespec now;
Expand Down

0 comments on commit 79ecaf0

Please sign in to comment.