[atheros] fix a typo in the previous commit
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Apr 2008 18:36:24 +0000 (18:36 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Apr 2008 18:36:24 +0000 (18:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10958 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/atheros/patches-2.6.24/901-get_c0_compare_irq_function.patch

index 05da386..fe05812 100644 (file)
@@ -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;
 +}