diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-27 18:36:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-27 18:36:24 +0000 |
commit | d87deeedad8140f8e29cd1ffde0178c47aae81b7 (patch) | |
tree | 67ceffaec770ee362b5296f0d10e598fc933f98c /target/linux/atheros | |
parent | 8dead6fdb47a17617a91070fbcaa1a3564287303 (diff) | |
download | upstream-d87deeedad8140f8e29cd1ffde0178c47aae81b7.tar.gz upstream-d87deeedad8140f8e29cd1ffde0178c47aae81b7.tar.bz2 upstream-d87deeedad8140f8e29cd1ffde0178c47aae81b7.zip |
[atheros] fix a typo in the previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch b/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch index 05da3864ae..fe05812064 100644 --- a/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch +++ b/target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch @@ -40,7 +40,7 @@ Index: linux-2.6.24.2/arch/mips/atheros/board.c board_time_init(); } + -+unsigned int __init get_c0_counter_irq(void) ++unsigned int __init get_c0_compare_irq(void) +{ + return CP0_LEGACY_COMPARE_IRQ; +} |