diff options
Diffstat (limited to 'drivers/clocksource/mips-gic-timer.c')
-rw-r--r-- | drivers/clocksource/mips-gic-timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/mips-gic-timer.c b/drivers/clocksource/mips-gic-timer.c index 7a960cd01104..7b86d07c99b4 100644 --- a/drivers/clocksource/mips-gic-timer.c +++ b/drivers/clocksource/mips-gic-timer.c | |||
@@ -125,7 +125,7 @@ static int gic_clockevent_init(void) | |||
125 | return 0; | 125 | return 0; |
126 | } | 126 | } |
127 | 127 | ||
128 | static cycle_t gic_hpt_read(struct clocksource *cs) | 128 | static u64 gic_hpt_read(struct clocksource *cs) |
129 | { | 129 | { |
130 | return gic_read_count(); | 130 | return gic_read_count(); |
131 | } | 131 | } |