aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches/220-serial_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-27 15:39:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-27 15:39:57 +0000
commit7fc886584f3e9ee1ac74897a49e817ce00bdc1bf (patch)
treef32ae8244ceb28e15428f8013537dd4b8fe5b12c /target/linux/rb532/patches/220-serial_fix.patch
parentdcfa07d142cf72a048bfee3d13bea4feb120f520 (diff)
downloadupstream-7fc886584f3e9ee1ac74897a49e817ce00bdc1bf.tar.gz
upstream-7fc886584f3e9ee1ac74897a49e817ce00bdc1bf.tar.bz2
upstream-7fc886584f3e9ee1ac74897a49e817ce00bdc1bf.zip
rb532: remove leftover patches from an even older kernel version
SVN-Revision: 15446
Diffstat (limited to 'target/linux/rb532/patches/220-serial_fix.patch')
-rw-r--r--target/linux/rb532/patches/220-serial_fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/rb532/patches/220-serial_fix.patch b/target/linux/rb532/patches/220-serial_fix.patch
deleted file mode 100644
index 4af6620fb5..0000000000
--- a/target/linux/rb532/patches/220-serial_fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: linux-2.6.23.17/drivers/serial/8250.c
-===================================================================
---- linux-2.6.23.17.orig/drivers/serial/8250.c
-+++ linux-2.6.23.17/drivers/serial/8250.c
-@@ -433,6 +433,13 @@ serial_out(struct uart_8250_port *up, in
- default:
- outb(value, up->port.iobase + offset);
- }
-+
-+#if defined(CONFIG_IDT_EB434) || defined(CONFIG_MIKROTIK_RB500)
-+ __SLOW_DOWN_IO;
-+ __SLOW_DOWN_IO;
-+ __SLOW_DOWN_IO;
-+ __SLOW_DOWN_IO;
-+#endif
- }
-
- static void