From 462336ec0941597e0c86161d0d073a82e6228a17 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 2 Jan 2010 15:07:31 +0000 Subject: adm5120: merge 2.6.30+ specific patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18999 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../803-adm5120-fix-clock-for-amba-uart.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/adm5120/patches-2.6.31/803-adm5120-fix-clock-for-amba-uart.patch (limited to 'target/linux/adm5120/patches-2.6.31/803-adm5120-fix-clock-for-amba-uart.patch') diff --git a/target/linux/adm5120/patches-2.6.31/803-adm5120-fix-clock-for-amba-uart.patch b/target/linux/adm5120/patches-2.6.31/803-adm5120-fix-clock-for-amba-uart.patch deleted file mode 100644 index 795c28578..000000000 --- a/target/linux/adm5120/patches-2.6.31/803-adm5120-fix-clock-for-amba-uart.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/arch/mips/adm5120/common/clock.c -+++ b/arch/mips/adm5120/common/clock.c -@@ -19,6 +19,7 @@ - #include - #include - #include -+#include - - #include - -@@ -32,7 +33,9 @@ static struct clk uart_clk = { - - struct clk *clk_get(struct device *dev, const char *id) - { -- if (!strcmp(id, "UARTCLK")) -+ char *name = dev_name(dev); -+ -+ if (!strcmp(name, "apb:uart0") || !strcmp(name, "apb:uart1")) - return &uart_clk; - - return ERR_PTR(-ENOENT); -- cgit v1.2.3