summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-08 17:56:37 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-08 17:56:37 +0000
commitf88abc84c9c26676ecc49b7de973b96a71dac5b3 (patch)
tree90ad5abf6813ad05748f33b590026b9945618a00
parentd654a6572b7c82887b1f71683c817b39178a7bed (diff)
[atheros] fix section mismatch warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12918 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch b/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch
index 4d25b1f2a..f628bff57 100644
--- a/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch
+++ b/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch
@@ -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;
+}