|
@@ -287,7 +287,7 @@ extern struct clocksource* clocksource_get_next(void);
|
|
extern void clocksource_change_rating(struct clocksource *cs, int rating);
|
|
extern void clocksource_change_rating(struct clocksource *cs, int rating);
|
|
extern void clocksource_suspend(void);
|
|
extern void clocksource_suspend(void);
|
|
extern void clocksource_resume(void);
|
|
extern void clocksource_resume(void);
|
|
-extern struct clocksource * __init __weak clocksource_default_clock(void);
|
|
|
|
|
|
+extern struct clocksource * __init clocksource_default_clock(void);
|
|
extern void clocksource_mark_unstable(struct clocksource *cs);
|
|
extern void clocksource_mark_unstable(struct clocksource *cs);
|
|
|
|
|
|
extern u64
|
|
extern u64
|