const: constify remaining file_operations
[deliverable/linux.git] / drivers / media / dvb / dvb-core / dmxdev.c
index 3750ff48cba1e75097c99daf4697931b2f9b0a3f..51641498359360adae77c79698112ad52711fce6 100644 (file)
@@ -1203,7 +1203,7 @@ static unsigned int dvb_dvr_poll(struct file *file, poll_table *wait)
        return mask;
 }
 
-static struct file_operations dvb_dvr_fops = {
+static const struct file_operations dvb_dvr_fops = {
        .owner = THIS_MODULE,
        .read = dvb_dvr_read,
        .write = dvb_dvr_write,
This page took 0.024415 seconds and 5 git commands to generate.