[PATCH] mark struct file_operations const 2
[powerpc.git] / arch / mips / sibyte / sb1250 / bcm1250_tbprof.c
index d1a906e..212547c 100644 (file)
@@ -374,7 +374,7 @@ static long sbprof_tb_ioctl(struct file *filp,
        return error;
 }
 
-static struct file_operations sbprof_tb_fops = {
+static const struct file_operations sbprof_tb_fops = {
        .owner          = THIS_MODULE,
        .open           = sbprof_tb_open,
        .release        = sbprof_tb_release,