diff options
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch b/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch index c994f91..4419612 100644 --- a/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch +++ b/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch @@ -1,7 +1,6 @@ -diff -urN linux-3.10/drivers/tty/serial/amba-pl011.c linux-rpi-3.10.y/drivers/tty/serial/amba-pl011.c ---- linux-3.10/drivers/tty/serial/amba-pl011.c 2013-06-30 23:13:29.000000000 +0100 -+++ linux-rpi-3.10.y/drivers/tty/serial/amba-pl011.c 2013-07-06 15:25:50.000000000 +0100 -@@ -84,7 +84,7 @@ +--- a/drivers/tty/serial/amba-pl011.c ++++ b/drivers/tty/serial/amba-pl011.c +@@ -84,7 +84,7 @@ struct vendor_data { static unsigned int get_fifosize_arm(unsigned int periphid) { |