diff options
Diffstat (limited to 'drivers/serial/mcfserial.c')
-rw-r--r-- | drivers/serial/mcfserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/mcfserial.c b/drivers/serial/mcfserial.c index 832abd3c4706..00d7859c167e 100644 --- a/drivers/serial/mcfserial.c +++ b/drivers/serial/mcfserial.c | |||
@@ -1666,7 +1666,7 @@ static void show_serial_version(void) | |||
1666 | printk(mcfrs_drivername); | 1666 | printk(mcfrs_drivername); |
1667 | } | 1667 | } |
1668 | 1668 | ||
1669 | static struct tty_operations mcfrs_ops = { | 1669 | static const struct tty_operations mcfrs_ops = { |
1670 | .open = mcfrs_open, | 1670 | .open = mcfrs_open, |
1671 | .close = mcfrs_close, | 1671 | .close = mcfrs_close, |
1672 | .write = mcfrs_write, | 1672 | .write = mcfrs_write, |