X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fchar%2Fttyprintk.c;h=b098d2d0b7c4a7cb8470f4f3fe5d4c2c461a3f04;hb=51b3eae8dbe5e6fa9657b21388ad6642d6934952;hp=a15ce4ef39cd97cbef47f5ca31579700ffb0e572;hpb=770b65c3da673f39ee00aaf50fcc0f895eda467d;p=deliverable%2Flinux.git diff --git a/drivers/char/ttyprintk.c b/drivers/char/ttyprintk.c index a15ce4ef39cd..b098d2d0b7c4 100644 --- a/drivers/char/ttyprintk.c +++ b/drivers/char/ttyprintk.c @@ -171,7 +171,7 @@ static const struct tty_operations ttyprintk_ops = { .ioctl = tpk_ioctl, }; -static struct tty_port_operations null_ops = { }; +static const struct tty_port_operations null_ops = { }; static struct tty_driver *ttyprintk_driver;