diff options
Diffstat (limited to 'include/linux/clocksource.h')
| -rw-r--r-- | include/linux/clocksource.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index 135509821c39..d27d0152271f 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h | |||
| @@ -253,4 +253,10 @@ extern void clocksource_of_init(void); | |||
| 253 | static inline void clocksource_of_init(void) {} | 253 | static inline void clocksource_of_init(void) {} |
| 254 | #endif | 254 | #endif |
| 255 | 255 | ||
| 256 | #ifdef CONFIG_ACPI | ||
| 257 | void acpi_generic_timer_init(void); | ||
| 258 | #else | ||
| 259 | static inline void acpi_generic_timer_init(void) { } | ||
| 260 | #endif | ||
| 261 | |||
| 256 | #endif /* _LINUX_CLOCKSOURCE_H */ | 262 | #endif /* _LINUX_CLOCKSOURCE_H */ |
