aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110_ca.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-11 06:12:43 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:34 -0300
commit784e29d2031b535637f65a8b81fb0871c7c51b3f (patch)
tree843622fb757070e5ad20c969c08617a87b57cc55 /drivers/media/dvb/ttpci/av7110_ca.c
parentV4L/DVB (10389): gspca - zc3xx: Do work the sensor adcm2700. (diff)
downloadlinux-dev-784e29d2031b535637f65a8b81fb0871c7c51b3f.tar.xz
linux-dev-784e29d2031b535637f65a8b81fb0871c7c51b3f.zip
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/ttpci/av7110_ca.c')
-rw-r--r--drivers/media/dvb/ttpci/av7110_ca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110_ca.c b/drivers/media/dvb/ttpci/av7110_ca.c
index 261135ded481..c7a65b1544a3 100644
--- a/drivers/media/dvb/ttpci/av7110_ca.c
+++ b/drivers/media/dvb/ttpci/av7110_ca.c
@@ -345,7 +345,7 @@ static ssize_t dvb_ca_read(struct file *file, char __user *buf,
return ci_ll_read(&av7110->ci_rbuffer, file, buf, count, ppos);
}
-static struct file_operations dvb_ca_fops = {
+static const struct file_operations dvb_ca_fops = {
.owner = THIS_MODULE,
.read = dvb_ca_read,
.write = dvb_ca_write,