From 88671dd3586caaac97d091f7faef63fb44757d55 Mon Sep 17 00:00:00 2001 From: David Anders Date: Fri, 10 Feb 2006 18:00:56 +0000 Subject: add linux-2.4.32 kernel support for the q5 board per case 0000715 --- target/device/jp/q5/kernel-patches-2.4.32/007-au1000 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/device/jp/q5/kernel-patches-2.4.32/007-au1000 (limited to 'target/device/jp/q5/kernel-patches-2.4.32/007-au1000') diff --git a/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 b/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 new file mode 100644 index 000000000..d852ac9f6 --- /dev/null +++ b/target/device/jp/q5/kernel-patches-2.4.32/007-au1000 @@ -0,0 +1,13 @@ +--- linux-2.4.32_old/arch/mips/au1000/common/clocks.c 2005-01-19 15:09:26.000000000 +0100 ++++ linux-2.4.32/arch/mips/au1000/common/clocks.c 2006-01-27 13:51:39.000000000 +0100 +@@ -85,9 +85,7 @@ + lcd_clock = sys_busclk / 4; + + if (lcd_clock > 50000) /* Epson MAX */ +- printk(__FUNCTION__ +- ": warning: LCD clock too high (%d KHz)\n", +- lcd_clock); ++ printk("warning: LCD clock too high (%d KHz)\n", lcd_clock); + } + + unsigned int get_au1x00_lcd_clock(void) -- cgit v1.2.3