diff options
Diffstat (limited to 'include/linux/clocksource.h')
-rw-r--r-- | include/linux/clocksource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index a86b65f0a246..010bb9f60db2 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
@@ -253,9 +253,9 @@ extern int clocksource_i8253_init(void); | |||
253 | OF_DECLARE_1_RET(clksrc, name, compat, fn) | 253 | OF_DECLARE_1_RET(clksrc, name, compat, fn) |
254 | 254 | ||
255 | #ifdef CONFIG_CLKSRC_PROBE | 255 | #ifdef CONFIG_CLKSRC_PROBE |
256 | extern void clocksource_probe(void); | 256 | extern void timer_probe(void); |
257 | #else | 257 | #else |
258 | static inline void clocksource_probe(void) {} | 258 | static inline void timer_probe(void) {} |
259 | #endif | 259 | #endif |
260 | 260 | ||
261 | #define CLOCKSOURCE_ACPI_DECLARE(name, table_id, fn) \ | 261 | #define CLOCKSOURCE_ACPI_DECLARE(name, table_id, fn) \ |