Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Douglas Schilling Landgraf and committed by
Mauro Carvalho Chehab
bdd36658 c7ac61c4

+1 -1
+1 -1
drivers/media/video/zr364xx.c
··· 749 749 } 750 750 751 751 752 - static struct file_operations zr364xx_fops = { 752 + static const struct file_operations zr364xx_fops = { 753 753 .owner = THIS_MODULE, 754 754 .open = zr364xx_open, 755 755 .release = zr364xx_release,