]> err.no Git - linux-2.6/blobdiff - drivers/s390/char/sclp_tty.c
[CPUFREQ] Fix up merge conflicts with recent ACPI changes.
[linux-2.6] / drivers / s390 / char / sclp_tty.c
index 6f43e04dbefdce1e57eee86bfd94960a7488d89d..90536f60bf502f0410c13607d0b0555c494ae374 100644 (file)
@@ -60,8 +60,6 @@ static unsigned short int sclp_tty_chars_count;
 
 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 =
 {
@@ -723,7 +721,7 @@ static const struct tty_operations sclp_ops = {
        .ioctl = sclp_tty_ioctl,
 };
 
-int __init
+static int __init
 sclp_tty_init(void)
 {
        struct tty_driver *driver;