Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-microblaze.git] / drivers / staging / gdm724x / gdm_tty.c
index e2c0f22..eb7e252 100644 (file)
@@ -64,7 +64,7 @@ static void gdm_port_destruct(struct tty_port *port)
        kfree(gdm);
 }
 
-static struct tty_port_operations gdm_port_ops = {
+static const struct tty_port_operations gdm_port_ops = {
        .destruct = gdm_port_destruct,
 };