Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234571
b: refs/heads/master
c: 79ecaf0
h: refs/heads/master
i:
  234569: 441fac0
  234567: 92e5dd7
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 31, 2011
1 parent 56cd47d commit 2f99028
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48cf76f7104f655bbd48a75c7759dce82c3e1ab6
refs/heads/master: 79ecaf0d15344d78904becf0f25de3fc9b49d430
1 change: 0 additions & 1 deletion trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
5 changes: 0 additions & 5 deletions trunk/kernel/time/timekeeping.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,11 +910,6 @@ struct timespec __current_kernel_time(void)
return xtime;
}

struct timespec __get_wall_to_monotonic(void)
{
return wall_to_monotonic;
}

struct timespec current_kernel_time(void)
{
struct timespec now;
Expand Down

0 comments on commit 2f99028

Please sign in to comment.