V4L/DVB (10391): dvb: constify VFTs

dvb: constify VFTs

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jan Engelhardt
2009-01-11 06:12:43 -03:00
committed by Mauro Carvalho Chehab
parent c675e79c91
commit 784e29d203
10 changed files with 12 additions and 12 deletions

View File

@@ -1875,7 +1875,7 @@ static int dvb_frontend_release(struct inode *inode, struct file *file)
return ret;
}
static struct file_operations dvb_frontend_fops = {
static const struct file_operations dvb_frontend_fops = {
.owner = THIS_MODULE,
.ioctl = dvb_generic_ioctl,
.poll = dvb_frontend_poll,