The patch titled tty-switch-to-ktermios sclp fix has been added to the -mm tree. Its filename is tty-switch-to-ktermios-sclp-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: tty-switch-to-ktermios sclp fix From: Martin Peschke <mp3@xxxxxxxxxx> Extern declaration of tty_std_termios in sclp_tty was a hack which is obsolete. CC drivers/s390/char/sclp_tty.o drivers/s390/char/sclp_tty.c:63: error: conflicting types for 'tty_std_termios' include/linux/tty.h:261: error: previous declaration of 'tty_std_termios' was here drivers/s390/char/sclp_tty.c: In function 'sclp_tty_init': drivers/s390/char/sclp_tty.c:790: error: incompatible types in assignment make[2]: *** [drivers/s390/char/sclp_tty.o] Error 1 make[1]: *** [drivers/s390/char] Error 2 make: *** [drivers/s390] Error 2 Kernel compilation...FAILED Signed-off-by: Martin Peschke <mp3@xxxxxxxxxx> Acked-by: Peter Oberparleiter <oberpar@xxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Cc: Cornelia Huck <cornelia.huck@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/s390/char/sclp_tty.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/s390/char/sclp_tty.c~tty-switch-to-ktermios-sclp-fix drivers/s390/char/sclp_tty.c --- a/drivers/s390/char/sclp_tty.c~tty-switch-to-ktermios-sclp-fix +++ a/drivers/s390/char/sclp_tty.c @@ -60,8 +60,6 @@ static unsigned short int sclp_tty_chars struct tty_driver *sclp_tty_driver; -extern struct termios tty_std_termios; - static struct sclp_ioctls sclp_ioctls; static struct sclp_ioctls sclp_ioctls_init = { _ Patches currently in -mm which might be from mp3@xxxxxxxxxx are tty-switch-to-ktermios-sclp-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