aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr364xx.c
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@gmail.com>2007-10-28 23:37:07 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:44 -0500
commitbdd36658fe7cce3b7dbb6ffb72ad0c9500d57e7a (patch)
tree9feba939911ce6a965bde737b505350e8d48869d /drivers/media/video/zr364xx.c
parentc7ac61c4693da113fd067ccfa4246df1e8a5c75e (diff)
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)
749} 749}
750 750
751 751
752static struct file_operations zr364xx_fops = { 752static const struct file_operations zr364xx_fops = {
753 .owner = THIS_MODULE, 753 .owner = THIS_MODULE,
754 .open = zr364xx_open, 754 .open = zr364xx_open,
755 .release = zr364xx_release, 755 .release = zr364xx_release,