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

Commit 1f6823fa authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

time: Get rid of do_posix_clock_monotonic_gettime



All users gone. Remove it before we get another one.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0ec62aae
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -145,7 +145,6 @@ static inline void getboottime(struct timespec *ts)
}
}
#endif
#endif


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


/*
/*