diff options
Diffstat (limited to 'drivers/clocksource/arm_global_timer.c')
| -rw-r--r-- | drivers/clocksource/arm_global_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c index 8da03298f844..570cc58baec4 100644 --- a/drivers/clocksource/arm_global_timer.c +++ b/drivers/clocksource/arm_global_timer.c | |||
| @@ -195,7 +195,7 @@ static int gt_dying_cpu(unsigned int cpu) | |||
| 195 | return 0; | 195 | return 0; |
| 196 | } | 196 | } |
| 197 | 197 | ||
| 198 | static cycle_t gt_clocksource_read(struct clocksource *cs) | 198 | static u64 gt_clocksource_read(struct clocksource *cs) |
| 199 | { | 199 | { |
| 200 | return gt_counter_read(); | 200 | return gt_counter_read(); |
| 201 | } | 201 | } |
