summaryrefslogtreecommitdiff
path: root/sys/src/9/omap/uarti8250.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-21 00:42:08 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-21 00:42:08 +0000
commite7d3e20912baa82965108997013710223152772c (patch)
tree02d4ed8e367319884582025cb1da2f4c45a05190 /sys/src/9/omap/uarti8250.c
parent9adf75a7091c7bd2afefbeba62a2525d50df4404 (diff)
remove keyboard stuff from other ports, make openssl and python compile on arm
Diffstat (limited to 'sys/src/9/omap/uarti8250.c')
-rw-r--r--sys/src/9/omap/uarti8250.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/omap/uarti8250.c b/sys/src/9/omap/uarti8250.c
index 7642a2685..c69a8cfaa 100644
--- a/sys/src/9/omap/uarti8250.c
+++ b/sys/src/9/omap/uarti8250.c
@@ -812,9 +812,7 @@ i8250console(void)
if(uartenable(uart) != nil /* && uart->console */){
// iprint("i8250console: enabling console uart\n");
- kbdq = uart->iq;
serialoq = uart->oq;
- uart->putc = kbdcr2nl;
uart->opens++;
consuart = uart;
}