X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fserial%2Fcrisv10.c;h=9851d9eff022a6e655db1011fa1f93cbd8cd03b4;hb=7192f92c799e4bf4943e3e233d6e4d786ac4d8a4;hp=cabd048c8636060138b497b294bd9b4f6e9e1382;hpb=ca78f6baca863afe2e6a244a0fe94b3a70211d46;p=powerpc.git diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c index cabd048c86..9851d9eff0 100644 --- a/drivers/serial/crisv10.c +++ b/drivers/serial/crisv10.c @@ -4825,7 +4825,7 @@ show_serial_version(void) /* rs_init inits the driver at boot (using the module_init chain) */ -static struct tty_operations rs_ops = { +static const struct tty_operations rs_ops = { .open = rs_open, .close = rs_close, .write = rs_write,