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
commit20c30f262e4e8349126eea1fb061fe7bcd626d67 (patch)
tree90ad5abf6813ad05748f33b590026b9945618a00
parent3df1f49e84d4115935d82c02eddeabc3f804c3cc (diff)
downloadmaster-187ad058-20c30f262e4e8349126eea1fb061fe7bcd626d67.tar.gz
master-187ad058-20c30f262e4e8349126eea1fb061fe7bcd626d67.tar.bz2
master-187ad058-20c30f262e4e8349126eea1fb061fe7bcd626d67.zip
[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 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;
+}