projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ec62aa
)
time: Get rid of do_posix_clock_monotonic_gettime
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 9 Jul 2015 08:51:46 +0000
(10:51 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 9 Jul 2015 08:51:46 +0000
(10:51 +0200)
All users gone. Remove it before we get another one.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/timekeeping.h
patch
|
blob
|
history
diff --git
a/include/linux/timekeeping.h
b/include/linux/timekeeping.h
index 3aa72e64865021ef0efd15c0511fee55a520c19e..6e191e4e6ab637d8924528c61dc551711d085df2 100644
(file)
--- a/
include/linux/timekeeping.h
+++ b/
include/linux/timekeeping.h
@@
-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)
/*