diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-08 18:50:20 +0100 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-14 10:29:48 +0100 |
| commit | 8c414ff3f4dcdde228c6a668385218290d73a265 (patch) | |
| tree | 2454fc7bf7d76b13fd6c03c08954afbae9d633b0 /include/linux/clocksource.h | |
| parent | 89c0b8e2520e12d69dafc663dfbd39f8180438ea (diff) | |
| download | olio-linux-3.10-8c414ff3f4dcdde228c6a668385218290d73a265.tar.xz olio-linux-3.10-8c414ff3f4dcdde228c6a668385218290d73a265.zip | |
clocksource: convert footbridge to generic i8253 clocksource
Convert the footbridge isa-timer code to use generic i8253 clocksource.
Acked-by: John Stultz <john.stultz@linaro.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/clocksource.h')
| -rw-r--r-- | include/linux/clocksource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h index c37b21ad5a3..f13469b3df8 100644 --- a/include/linux/clocksource.h +++ b/include/linux/clocksource.h @@ -341,4 +341,6 @@ static inline void update_vsyscall_tz(void) extern void timekeeping_notify(struct clocksource *clock); +extern int clocksource_i8253_init(void); + #endif /* _LINUX_CLOCKSOURCE_H */ |