summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-22 10:30:39 +0200
committerThomas Gleixner <tglx@linutronix.de>2012-05-22 10:30:39 +0200
commitb80fe1015be4e3c926d8eb4cc6a340fdd22a43e1 (patch)
tree0576e6aa286d683bef6c8faf416451bb30a17707 /include
parent764e0da14fd7ac2d259d98d34ece0a87d32306c9 (diff)
parentd239f49d77ad9ffa442e700db3cab06d8b414cd1 (diff)
downloadlinux-b80fe1015be4e3c926d8eb4cc6a340fdd22a43e1.tar.bz2
Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux into timers/core
Diffstat (limited to 'include')
-rw-r--r--include/linux/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h
index 33a92ead4d88..179f4d6755fc 100644
--- a/include/linux/time.h
+++ b/include/linux/time.h
@@ -167,7 +167,6 @@ extern void get_monotonic_boottime(struct timespec *ts);
extern struct timespec timespec_trunc(struct timespec t, unsigned gran);
extern int timekeeping_valid_for_hres(void);
extern u64 timekeeping_max_deferment(void);
-extern void timekeeping_leap_insert(int leapsecond);
extern int timekeeping_inject_offset(struct timespec *ts);
struct tms;