]> 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 f6cf9023039e352bed29b71ca0da273ecd8b6d24..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 =
 {
@@ -711,7 +709,7 @@ static struct sclp_register sclp_input_event =
        .receiver_fn = sclp_tty_receiver
 };
 
-static struct tty_operations sclp_ops = {
+static const struct tty_operations sclp_ops = {
        .open = sclp_tty_open,
        .close = sclp_tty_close,
        .write = sclp_tty_write,
@@ -723,7 +721,7 @@ static struct tty_operations sclp_ops = {
        .ioctl = sclp_tty_ioctl,
 };
 
-int __init
+static int __init
 sclp_tty_init(void)
 {
        struct tty_driver *driver;