aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst_ca.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-11 04:12:43 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:34 -0400
commit784e29d2031b535637f65a8b81fb0871c7c51b3f (patch)
tree843622fb757070e5ad20c969c08617a87b57cc55 /drivers/media/dvb/bt8xx/dst_ca.c
parentc675e79c917c02a54f54fcac3776ccf0b428bd37 (diff)
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>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_ca.c')
-rw-r--r--drivers/media/dvb/bt8xx/dst_ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_ca.c b/drivers/media/dvb/bt8xx/dst_ca.c
index 0258451423ad..6c68f02c1709 100644
--- a/drivers/media/dvb/bt8xx/dst_ca.c
+++ b/drivers/media/dvb/bt8xx/dst_ca.c
@@ -682,7 +682,7 @@ static ssize_t dst_ca_write(struct file *file, const char __user *buffer, size_t
682 return 0; 682 return 0;
683} 683}
684 684
685static struct file_operations dst_ca_fops = { 685static const struct file_operations dst_ca_fops = {
686 .owner = THIS_MODULE, 686 .owner = THIS_MODULE,
687 .ioctl = dst_ca_ioctl, 687 .ioctl = dst_ca_ioctl,
688 .open = dst_ca_open, 688 .open = dst_ca_open,