]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[SERIAL] dz: Fix compilation error
authorMartin Michlmayr <tbm@cyrius.com>
Mon, 26 Jun 2006 16:18:11 +0000 (18:18 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 9 Jul 2006 20:11:09 +0000 (21:11 +0100)
commitd608ab9917fbe9926704c07b27df72ac78133870
tree03a4772cab2f40e4cc208eb355aab40bbb2c0ce3
parentb862f3b099f3ea672c7438c0b282ce8201d39dfc
[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 <tbm@cyrius.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/dz.c