summaryrefslogtreecommitdiffstats
path: root/target/device/jp/q5/kernel-patches-2.4.32/007-au1000
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.32/007-au1000')
-rw-r--r--target/device/jp/q5/kernel-patches-2.4.32/007-au100013
1 files changed, 0 insertions, 13 deletions
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
deleted file mode 100644
index d852ac9f6..000000000
--- a/target/device/jp/q5/kernel-patches-2.4.32/007-au1000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)