aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_net.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/dvb-core/dvb_net.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/dvb-core/dvb_net.c')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers/media/dvb/dvb-core/dvb_net.c
index f6ba8468858e..8280f8d66a38 100644
--- a/drivers/media/dvb/dvb-core/dvb_net.c
+++ b/drivers/media/dvb/dvb-core/dvb_net.c
@@ -1459,7 +1459,7 @@ static int dvb_net_close(struct inode *inode, struct file *file)
}
-static struct file_operations dvb_net_fops = {
+static const struct file_operations dvb_net_fops = {
.owner = THIS_MODULE,
.ioctl = dvb_net_ioctl,
.open = dvb_generic_open,