From: Stephen Rothwell Date: Wed, 16 Jul 2008 20:54:22 +0000 (+0100) Subject: ttydev: fix pamc_zilog for tty pointer move X-Git-Tag: v2.6.27-rc1~1024 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c25ef0a41ad7a8249cd3009bf65deb700d4ee3;p=pandora-kernel.git ttydev: fix pamc_zilog for tty pointer move Today's linux-next build (powerpc allyesconfig) failed like this: drivers/serial/pmac_zilog.c: In function 'pmz_receive_chars': drivers/serial/pmac_zilog.c:245: error: 'struct uart_info' has no member named 'tty' drivers/serial/pmac_zilog.c:250: error: 'struct uart_info' has no member named 'tty' I applied the patch below (which builds but may, or may not, be correct). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ Signed-off-by: Stephen Rothwell Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed