aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-08 17:56:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-08 17:56:37 +0000
commit0f62f10e2d8da2b35e7ed3fff2ca71871c96dd82 (patch)
tree472d865af82e6ece6d7f9dba8227e8fdfd3b128e
parentcb73e4ad91a312aad257784f804d8b2a0430b8a8 (diff)
downloadupstream-0f62f10e2d8da2b35e7ed3fff2ca71871c96dd82.tar.gz
upstream-0f62f10e2d8da2b35e7ed3fff2ca71871c96dd82.tar.bz2
upstream-0f62f10e2d8da2b35e7ed3fff2ca71871c96dd82.zip
fix section mismatch warning
SVN-Revision: 12918
-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 4d25b1f2a5..f628bff577 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;
+}