diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-10-08 17:56:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-10-08 17:56:37 +0000 |
commit | 20c30f262e4e8349126eea1fb061fe7bcd626d67 (patch) | |
tree | 90ad5abf6813ad05748f33b590026b9945618a00 /target/linux/atheros | |
parent | 3df1f49e84d4115935d82c02eddeabc3f804c3cc (diff) | |
download | upstream-20c30f262e4e8349126eea1fb061fe7bcd626d67.tar.gz upstream-20c30f262e4e8349126eea1fb061fe7bcd626d67.tar.bz2 upstream-20c30f262e4e8349126eea1fb061fe7bcd626d67.zip |
[atheros] fix section mismatch warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch | 2 |
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; +} |