V4L/DVB (7140): constify function pointer tables
[deliverable/linux.git] / drivers / media / dvb / dvb-core / dvbdev.c
index 18738faecbbc51adc7f9311c066779cafdee0b88..ce5122e220f651ebd4853f368855d49195fd9f2b 100644 (file)
@@ -97,7 +97,7 @@ static int dvb_device_open(struct inode *inode, struct file *file)
 }
 
 
-static struct file_operations dvb_device_fops =
+static const struct file_operations dvb_device_fops =
 {
        .owner =        THIS_MODULE,
        .open =         dvb_device_open,
This page took 0.024802 seconds and 5 git commands to generate.