From: Stephen Rothwell Date: Wed, 16 Jul 2008 20:54:11 +0000 (+0100) Subject: ttydev: fix pamc_zilog for tty pointer move X-Git-Tag: v2.6.27-rc1~1025 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7a697a13a189a7ef43a9b6bfc3fc6e359d96fb;p=pandora-kernel.git ttydev: fix pamc_zilog for tty pointer move Today's linux-next build (sparc64 defconfig) failed like this: drivers/serial/sunhv.c: In function `receive_chars': drivers/serial/sunhv.c:188: error: structure has no member named `tty' drivers/serial/sunsu.c: In function `receive_chars': drivers/serial/sunsu.c:314: error: structure has no member named `tty' drivers/serial/sunsab.c: In function `receive_chars': drivers/serial/sunsab.c:121: error: structure has no member named `tty' I applied the following patch (which, again, may not be correct). Signed-off-by: Stephen Rothwell Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed