diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-11 13:00:27 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-11 13:00:27 +0000 |
commit | 4db7fa1c06f3c3681e6ae8aad75e4a1997445023 (patch) | |
tree | 258d226f6ffa46cc4ec4888a827f2399dcf16403 /target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch | |
parent | be6a41df04fe310ded95d38fa984a3226e47866e (diff) | |
download | upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.tar.gz upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.tar.bz2 upstream-4db7fa1c06f3c3681e6ae8aad75e4a1997445023.zip |
refactor kernel code (part 1), mark it as broken now
SVN-Revision: 7916
Diffstat (limited to 'target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch b/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch index eb78e03574..089221eb47 100644 --- a/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch +++ b/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.22-rc6/drivers/serial/Makefile +Index: linux-2.6.22/drivers/serial/Makefile =================================================================== ---- linux-2.6.22-rc6.orig/drivers/serial/Makefile -+++ linux-2.6.22-rc6/drivers/serial/Makefile +--- linux-2.6.22.orig/drivers/serial/Makefile ++++ linux-2.6.22/drivers/serial/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o @@ -10,10 +10,10 @@ Index: linux-2.6.22-rc6/drivers/serial/Makefile obj-$(CONFIG_SERIAL_AMBA_PL010) += amba-pl010.o obj-$(CONFIG_SERIAL_AMBA_PL011) += amba-pl011.o obj-$(CONFIG_SERIAL_CLPS711X) += clps711x.o -Index: linux-2.6.22-rc6/include/linux/serial_core.h +Index: linux-2.6.22/include/linux/serial_core.h =================================================================== ---- linux-2.6.22-rc6.orig/include/linux/serial_core.h -+++ linux-2.6.22-rc6/include/linux/serial_core.h +--- linux-2.6.22.orig/include/linux/serial_core.h ++++ linux-2.6.22/include/linux/serial_core.h @@ -143,6 +143,9 @@ #define PORT_KS8695 76 @@ -24,10 +24,10 @@ Index: linux-2.6.22-rc6/include/linux/serial_core.h #ifdef __KERNEL__ #include <linux/compiler.h> -Index: linux-2.6.22-rc6/drivers/serial/Kconfig +Index: linux-2.6.22/drivers/serial/Kconfig =================================================================== ---- linux-2.6.22-rc6.orig/drivers/serial/Kconfig -+++ linux-2.6.22-rc6/drivers/serial/Kconfig +--- linux-2.6.22.orig/drivers/serial/Kconfig ++++ linux-2.6.22/drivers/serial/Kconfig @@ -270,6 +270,22 @@ config SERIAL_8250_RM9K comment "Non-8250 serial port support" |