X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=drivers%2Fchar%2Fepca.c;h=17b044a71e026fc8c943de8ea5bf64c852abc75c;hp=dde5134713e23f88fe185e2f4216cd9ad62ebfac;hb=1cceefd3a28e54c0777fe544e1fd32253b2a1de5;hpb=e6bdf24cf2992e1775fc095ed021f6b886707c41 diff --git a/drivers/char/epca.c b/drivers/char/epca.c index dde5134..17b044a 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c @@ -935,7 +935,7 @@ static int info_open(struct tty_struct *tty, struct file *filp) return 0; } -static struct tty_operations info_ops = { +static const struct tty_operations info_ops = { .open = info_open, .ioctl = info_ioctl, };