diff options
Diffstat (limited to 'arch/parisc/kernel/time.c')
-rw-r--r-- | arch/parisc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index c3830400ca28..a1e772f909cb 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c | |||
@@ -205,7 +205,7 @@ static int __init rtc_init(void) | |||
205 | device_initcall(rtc_init); | 205 | device_initcall(rtc_init); |
206 | #endif | 206 | #endif |
207 | 207 | ||
208 | void read_persistent_clock(struct timespec *ts) | 208 | void read_persistent_clock64(struct timespec64 *ts) |
209 | { | 209 | { |
210 | static struct pdc_tod tod_data; | 210 | static struct pdc_tod tod_data; |
211 | if (pdc_tod_read(&tod_data) == 0) { | 211 | if (pdc_tod_read(&tod_data) == 0) { |