diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-01-31 11:07:54 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-01-31 14:55:43 +0100 |
commit | 79ecaf0d15344d78904becf0f25de3fc9b49d430 (patch) | |
tree | 1fb8b5f73c86dbb2636c9a6e3458212f0843e378 /include/linux/time.h | |
parent | 48cf76f7104f655bbd48a75c7759dce82c3e1ab6 (diff) |
time: Remove unused __get_wall_to_monotonic()
No users left. Remove it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 4007a12a1b50..ce29c86882b1 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -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); |