summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr364xx.c
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@gmail.com>2007-10-29 00:37:07 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:01:44 -0200
commitbdd36658fe7cce3b7dbb6ffb72ad0c9500d57e7a (patch)
tree9feba939911ce6a965bde737b505350e8d48869d /drivers/media/video/zr364xx.c
parentc7ac61c4693da113fd067ccfa4246df1e8a5c75e (diff)
downloadlinux-bdd36658fe7cce3b7dbb6ffb72ad0c9500d57e7a.tar.gz
linux-bdd36658fe7cce3b7dbb6ffb72ad0c9500d57e7a.tar.xz
linux-bdd36658fe7cce3b7dbb6ffb72ad0c9500d57e7a.zip
V4L/DVB (6482): zr364: make file_operations const
zr364: make file_operations const Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/zr364xx.c')
-rw-r--r--drivers/media/video/zr364xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index 6f1892585cbb..1fdbb46de7f3 100644
--- a/drivers/media/video/zr364xx.c
+++ b/drivers/media/video/zr364xx.c
@@ -749,7 +749,7 @@ static int zr364xx_mmap(struct file *file, struct vm_area_struct *vma)
}
-static struct file_operations zr364xx_fops = {
+static const struct file_operations zr364xx_fops = {
.owner = THIS_MODULE,
.open = zr364xx_open,
.release = zr364xx_release,