fix section mismatch warning

SVN-Revision: 12918
lede-17.01
Gabor Juhos 2008-10-08 17:56:37 +00:00
parent cb73e4ad91
commit 0f62f10e2d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
board_time_init();
}
+
+unsigned int __init get_c0_compare_irq(void)
+unsigned int __cpuinit get_c0_compare_irq(void)
+{
+ return CP0_LEGACY_COMPARE_IRQ;
+}