diff options
Diffstat (limited to 'include/linux/sched_clock.h')
| -rw-r--r-- | include/linux/sched_clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched_clock.h b/include/linux/sched_clock.h index fa7922c80a41..cddf0c2940b6 100644 --- a/include/linux/sched_clock.h +++ b/include/linux/sched_clock.h | |||
| @@ -15,7 +15,7 @@ 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); | 17 | extern void setup_sched_clock(u32 (*read)(void), int bits, unsigned long rate); |
| 18 | 18 | extern void sched_clock_register(u64 (*read)(void), int bits, | |
| 19 | extern unsigned long long (*sched_clock_func)(void); | 19 | unsigned long rate); |
| 20 | 20 | ||
| 21 | #endif | 21 | #endif |
