From 0294016c4638223ac9e4ef0a6b24dd3aafd7ab4f Mon Sep 17 00:00:00 2001 From: Douglas Schilling Landgraf Date: Sun, 28 Oct 2007 23:41:19 -0300 Subject: radio-gemtek: make file_operations const From: Douglas Schilling Landgraf make file_operations const Signed-off-by: Douglas Schilling Landgraf --- linux/drivers/media/radio/radio-gemtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers') diff --git a/linux/drivers/media/radio/radio-gemtek.c b/linux/drivers/media/radio/radio-gemtek.c index d4debd16b..d80478197 100644 --- a/linux/drivers/media/radio/radio-gemtek.c +++ b/linux/drivers/media/radio/radio-gemtek.c @@ -393,7 +393,7 @@ static struct v4l2_queryctrl radio_qctrl[] = { } }; -static struct file_operations gemtek_fops = { +static const struct file_operations gemtek_fops = { .owner = THIS_MODULE, .open = video_exclusive_open, .release = video_exclusive_release, -- cgit v1.2.3