aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/powertv/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/powertv/time.c')
-rw-r--r--arch/mips/powertv/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/powertv/time.c b/arch/mips/powertv/time.c
index 9fd7b67f2af7..f38b0d45eca9 100644
--- a/arch/mips/powertv/time.c
+++ b/arch/mips/powertv/time.c
@@ -25,7 +25,7 @@
25 25
26#include "powertv-clock.h" 26#include "powertv-clock.h"
27 27
28unsigned int __cpuinit get_c0_compare_int(void) 28unsigned int get_c0_compare_int(void)
29{ 29{
30 return irq_mips_timer; 30 return irq_mips_timer;
31} 31}