The patch titled 2.6.19-rc2-mm2 warning fix for tty3270 has been added to the -mm tree. Its filename is tty-switch-to-ktermios-3270-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: 2.6.19-rc2-mm2 warning fix for tty3270 From: Martin Peschke <mp3@xxxxxxxxxx> Changing the type of the termios parameter to conform with struct tty_operations. This is trivial as tty3270_set_termios doesn't use it. CC drivers/s390/char/tty3270.o drivers/s390/char/tty3270.c:1755: warning: initialization from incompatible pointer type Signed-off-by: Martin Peschke <mp3@xxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/s390/char/tty3270.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/s390/char/tty3270.c~tty-switch-to-ktermios-3270-fix drivers/s390/char/tty3270.c --- a/drivers/s390/char/tty3270.c~tty-switch-to-ktermios-3270-fix +++ a/drivers/s390/char/tty3270.c @@ -1659,7 +1659,7 @@ tty3270_flush_buffer(struct tty_struct * * Check for visible/invisible input switches */ static void -tty3270_set_termios(struct tty_struct *tty, struct termios *old) +tty3270_set_termios(struct tty_struct *tty, struct ktermios *old) { struct tty3270 *tp; int new; _ Patches currently in -mm which might be from mp3@xxxxxxxxxx are tty-switch-to-ktermios-sclp-fix.patch tty-switch-to-ktermios-3270-fix.patch statistics-infrastructure-prerequisite-list.patch statistics-infrastructure-prerequisite-parser.patch statistics-infrastructure-prerequisite-timestamp.patch statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution.patch statistics-infrastructure-documentation.patch statistics-infrastructure.patch statistics-use-the-enhanced-percpu-interface.patch statistics-replace-inode-ugeneric_ip-with-i_private.patch statistics-infrastructure-exploitation-zfcp.patch zfcp-gather-hba-specific-latencies-in-statistics.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html