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

V4L/DVB (6481): radio-gemtek: make file_operations const

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
c7ac61c4 073ad9a0

+1 -1
+1 -1
drivers/media/radio/radio-gemtek.c
··· 392 392 } 393 393 }; 394 394 395 - static struct file_operations gemtek_fops = { 395 + static const struct file_operations gemtek_fops = { 396 396 .owner = THIS_MODULE, 397 397 .open = video_exclusive_open, 398 398 .release = video_exclusive_release,