Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288777
b: refs/heads/master
c: c7f798e
h: refs/heads/master
i:
  288775: b8ef356
v: v3
  • Loading branch information
Yong Zhang authored and John Stultz committed Feb 2, 2012
1 parent daeaf5a commit 803050f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 13f0f030fb9d52c7fd48f3e6a2fe9ab0123875da
refs/heads/master: c7f798e3722610d486e951f04bbc00b6ba124d62
7 changes: 0 additions & 7 deletions trunk/include/linux/clocksource.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,6 @@ static inline void __clocksource_updatefreq_khz(struct clocksource *cs, u32 khz)
__clocksource_updatefreq_scale(cs, 1000, khz);
}

static inline void
clocksource_calc_mult_shift(struct clocksource *cs, u32 freq, u32 minsec)
{
return clocks_calc_mult_shift(&cs->mult, &cs->shift, freq,
NSEC_PER_SEC, minsec);
}

#ifdef CONFIG_GENERIC_TIME_VSYSCALL
extern void
update_vsyscall(struct timespec *ts, struct timespec *wtm,
Expand Down

0 comments on commit 803050f

Please sign in to comment.