mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[atheros] fix section mismatch warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12918 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d654a6572b
commit
f88abc84c9
@ -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;
|
||||
+}
|
||||
|
Loading…
Reference in New Issue
Block a user