[atheros] fix section mismatch warning
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 17:56:37 +0000 (17:56 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 17:56:37 +0000 (17:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12918 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 4d25b1f2a59e9f5bb316d9ba6924a3892a92626a..f628bff577e072cc799ca1684592e1a050ef85f5 100644 (file)
@@ -34,7 +34,7 @@
      board_time_init();
  }
 +
      board_time_init();
  }
 +
-+unsigned int __init get_c0_compare_irq(void)
++unsigned int __cpuinit get_c0_compare_irq(void)
 +{
 +      return CP0_LEGACY_COMPARE_IRQ;
 +}
 +{
 +      return CP0_LEGACY_COMPARE_IRQ;
 +}