]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/sbus/char/display7seg.c
[PATCH] mark struct file_operations const 6
[linux-2.6-omap-h63xx.git] / drivers / sbus / char / display7seg.c
index a4909e0c7f83877d435869735fa8ecffd30d3808..2d14a29effe4783645c520014d2f85fcb7897401 100644 (file)
@@ -166,7 +166,7 @@ static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        return error;
 }
 
-static struct file_operations d7s_fops = {
+static const struct file_operations d7s_fops = {
        .owner =                THIS_MODULE,
        .unlocked_ioctl =       d7s_ioctl,
        .compat_ioctl =         d7s_ioctl,