diff options
Diffstat (limited to 'drivers/char/epca.c')
-rw-r--r-- | drivers/char/epca.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/epca.c b/drivers/char/epca.c index dde5134713e2..6f5ffe1320f7 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <linux/ctype.h> | 36 | #include <linux/ctype.h> |
37 | #include <linux/tty.h> | 37 | #include <linux/tty.h> |
38 | #include <linux/tty_flip.h> | 38 | #include <linux/tty_flip.h> |
39 | #include <linux/slab.h> | ||
40 | #include <linux/smp_lock.h> | 39 | #include <linux/smp_lock.h> |
41 | #include <linux/ioport.h> | 40 | #include <linux/ioport.h> |
42 | #include <linux/interrupt.h> | 41 | #include <linux/interrupt.h> |
@@ -935,7 +934,7 @@ static int info_open(struct tty_struct *tty, struct file *filp) | |||
935 | return 0; | 934 | return 0; |
936 | } | 935 | } |
937 | 936 | ||
938 | static struct tty_operations info_ops = { | 937 | static const struct tty_operations info_ops = { |
939 | .open = info_open, | 938 | .open = info_open, |
940 | .ioctl = info_ioctl, | 939 | .ioctl = info_ioctl, |
941 | }; | 940 | }; |