diff options
Diffstat (limited to 'arch/mips/ath79/setup.c')
-rw-r--r-- | arch/mips/ath79/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 8be4e856b8b8..80f4ecd42b0d 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c | |||
@@ -182,7 +182,7 @@ const char *get_system_type(void) | |||
182 | return ath79_sys_type; | 182 | return ath79_sys_type; |
183 | } | 183 | } |
184 | 184 | ||
185 | unsigned int __cpuinit get_c0_compare_int(void) | 185 | unsigned int get_c0_compare_int(void) |
186 | { | 186 | { |
187 | return CP0_LEGACY_COMPARE_IRQ; | 187 | return CP0_LEGACY_COMPARE_IRQ; |
188 | } | 188 | } |