Skip to content

Commit

Permalink
time: Get rid of do_posix_clock_monotonic_gettime
Browse files Browse the repository at this point in the history
All users gone. Remove it before we get another one.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Jul 9, 2015
1 parent 0ec62aa commit 1f6823f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/timekeeping.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ static inline void getboottime(struct timespec *ts)
}
#endif

#define do_posix_clock_monotonic_gettime(ts) ktime_get_ts(ts)
#define ktime_get_real_ts64(ts) getnstimeofday64(ts)

/*
Expand Down

0 comments on commit 1f6823f

Please sign in to comment.