mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
3df1f49e84
commit
20c30f262e
@ -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…
x
Reference in New Issue
Block a user