From: Martin Michlmayr Date: Mon, 26 Jun 2006 16:18:11 +0000 (+0200) Subject: [SERIAL] dz: Fix compilation error X-Git-Tag: v2.6.18-rc2~84^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d608ab9917fbe9926704c07b27df72ac78133870;p=pandora-kernel.git [SERIAL] dz: Fix compilation error Fix the following compilation error in the dz serial driver that got introduced with the "kernel console should send CRLF not LFCR" change. CC drivers/serial/dz.o drivers/serial/dz.c: In function 'dz_console_putchar': drivers/serial/dz.c:679: error: 'uport' undeclared (first use in this function) drivers/serial/dz.c:679: error: (Each undeclared identifier is reported only once drivers/serial/dz.c:679: error: for each function it appears in.) Signed-off-by: Martin Michlmayr Signed-off-by: Russell King --- Reading git-diff-tree failed