X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fchar%2Fvme_scc.c;h=c2ca31eb850ba034b9c7e9f27f06c9e15086d422;hb=346bc21026e7a92e1d7a4a1b3792c5e8b686133d;hp=bfe5ea948f6a51a4acb6687efe4f45ab05d441ff;hpb=0f2ed4c6bae23d2b7ef0ea2d272377e3de700c0c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/char/vme_scc.c b/drivers/char/vme_scc.c index bfe5ea9..c2ca31e 100644 --- a/drivers/char/vme_scc.c +++ b/drivers/char/vme_scc.c @@ -113,7 +113,7 @@ static struct real_driver scc_real_driver = { }; -static struct tty_operations scc_ops = { +static const struct tty_operations scc_ops = { .open = scc_open, .close = gs_close, .write = gs_write,