]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/clocksource/timer-atmel-pit.c
clocksource: Use a plain u64 instead of cycle_t
[mirror_ubuntu-jammy-kernel.git] / drivers / clocksource / timer-atmel-pit.c
index 6555821bbdaec2c9f833bdd59dadf0498483dcab..c0b5df3167a0357cfd8f2df315a97426159acbfc 100644 (file)
@@ -73,7 +73,7 @@ static inline void pit_write(void __iomem *base, unsigned int reg_offset, unsign
  * Clocksource:  just a monotonic counter of MCK/16 cycles.
  * We don't care whether or not PIT irqs are enabled.
  */
-static cycle_t read_pit_clk(struct clocksource *cs)
+static u64 read_pit_clk(struct clocksource *cs)
 {
        struct pit_data *data = clksrc_to_pit_data(cs);
        unsigned long flags;