diff options
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 1622d23a8dc3..55d714052374 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -178,8 +178,8 @@ static inline void clocksource_calculate_interval(struct clocksource *c, | |||
178 | 178 | ||
179 | 179 | ||
180 | /* used to install a new clocksource */ | 180 | /* used to install a new clocksource */ |
181 | int clocksource_register(struct clocksource*); | 181 | extern int clocksource_register(struct clocksource*); |
182 | void clocksource_reselect(void); | 182 | extern struct clocksource* clocksource_get_next(void); |
183 | struct clocksource* clocksource_get_next(void); | 183 | extern void clocksource_change_rating(struct clocksource *cs, int rating); |
184 | 184 | ||
185 | #endif /* _LINUX_CLOCKSOURCE_H */ | 185 | #endif /* _LINUX_CLOCKSOURCE_H */ |