diff options
Diffstat (limited to 'drivers/clocksource/timer-atmel-pit.c')
-rw-r--r-- | drivers/clocksource/timer-atmel-pit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-atmel-pit.c b/drivers/clocksource/timer-atmel-pit.c index 6555821bbdae..c0b5df3167a0 100644 --- a/drivers/clocksource/timer-atmel-pit.c +++ b/drivers/clocksource/timer-atmel-pit.c | |||
@@ -73,7 +73,7 @@ static inline void pit_write(void __iomem *base, unsigned int reg_offset, unsign | |||
73 | * Clocksource: just a monotonic counter of MCK/16 cycles. | 73 | * Clocksource: just a monotonic counter of MCK/16 cycles. |
74 | * We don't care whether or not PIT irqs are enabled. | 74 | * We don't care whether or not PIT irqs are enabled. |
75 | */ | 75 | */ |
76 | static cycle_t read_pit_clk(struct clocksource *cs) | 76 | static u64 read_pit_clk(struct clocksource *cs) |
77 | { | 77 | { |
78 | struct pit_data *data = clksrc_to_pit_data(cs); | 78 | struct pit_data *data = clksrc_to_pit_data(cs); |
79 | unsigned long flags; | 79 | unsigned long flags; |