X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Fpatches-2.6.26%2F901-get_c0_compare_irq_function.patch;h=f628bff577e072cc799ca1684592e1a050ef85f5;hb=7c4c9042bdad2890bb1cfffd4ca6976d068f75db;hp=4d25b1f2a59e9f5bb316d9ba6924a3892a92626a;hpb=4b382f8e3456da5af539333a9f76b1d00fcda8d0;p=openwrt%2Fsvn-archive%2Farchive.git 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; +}