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 | 99969dcfface9a1a9c6697b74fa58d20111fa47a (patch) | |
tree | 0d29dae2145ff670411b61c3cbf7ad05baf933dd /target/linux/atheros/patches-2.6.24 | |
parent | 408fd8097fd7ff54f354ef5f4c29aacac6b7f064 (diff) | |
download | mtk-20170518-99969dcfface9a1a9c6697b74fa58d20111fa47a.zip mtk-20170518-99969dcfface9a1a9c6697b74fa58d20111fa47a.tar.gz mtk-20170518-99969dcfface9a1a9c6697b74fa58d20111fa47a.tar.bz2 |
fix a typo in the previous commit
SVN-Revision: 10958
Diffstat (limited to 'target/linux/atheros/patches-2.6.24')
-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 05da386..fe05812 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; +} |