diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-04-08 20:33:19 -0400 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2014-04-22 16:38:33 -0400 |
commit | c04ae71c9c264312a6f57d2665a79f7bbccf8758 (patch) | |
tree | 55a6dd59692e24e0a8ee5c07415265c2752f1056 /include/linux/sched_clock.h | |
parent | 4d0fa8a0f01272d4de33704f20303dcecdb55df1 (diff) |
sched_clock: Remove deprecated setup_sched_clock() API
Remove the 32-bit only setup_sched_clock() API now that all users
have been converted to the 64-bit friendly sched_clock_register().
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'include/linux/sched_clock.h')
-rw-r--r-- | include/linux/sched_clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched_clock.h b/include/linux/sched_clock.h index cddf0c2940b6..efa931c5cef1 100644 --- a/include/linux/sched_clock.h +++ b/include/linux/sched_clock.h | |||
@@ -14,7 +14,6 @@ extern void sched_clock_postinit(void); | |||
14 | static inline void sched_clock_postinit(void) { } | 14 | static inline void sched_clock_postinit(void) { } |
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | extern void setup_sched_clock(u32 (*read)(void), int bits, unsigned long rate); | ||
18 | extern void sched_clock_register(u64 (*read)(void), int bits, | 17 | extern void sched_clock_register(u64 (*read)(void), int bits, |
19 | unsigned long rate); | 18 | unsigned long rate); |
20 | 19 | ||