From e9dbf7930269128c20563fefa362abdafd29c9b6 Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Mon, 29 Oct 2007 00:37:07 -0300 Subject: zr364: make file_operations const From: Douglas Schilling Landgraf zr364: make file_operations const Signed-off-by: Douglas Schilling Landgraf --- linux/drivers/media/video/zr364xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/video/zr364xx.c') diff --git a/linux/drivers/media/video/zr364xx.c b/linux/drivers/media/video/zr364xx.c index 86eea8e23..9acfc11bb 100644 --- a/linux/drivers/media/video/zr364xx.c +++ b/linux/drivers/media/video/zr364xx.c @@ -754,7 +754,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, -- cgit v1.2.3