diff options
Diffstat (limited to 'drivers/media/video/cpia2/cpia2_v4l.c')
-rw-r--r-- | drivers/media/video/cpia2/cpia2_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cpia2/cpia2_v4l.c b/drivers/media/video/cpia2/cpia2_v4l.c index d09f49950f2..1bda7ad9de1 100644 --- a/drivers/media/video/cpia2/cpia2_v4l.c +++ b/drivers/media/video/cpia2/cpia2_v4l.c | |||
@@ -1924,7 +1924,7 @@ static void reset_camera_struct_v4l(struct camera_data *cam) | |||
1924 | /*** | 1924 | /*** |
1925 | * The v4l video device structure initialized for this device | 1925 | * The v4l video device structure initialized for this device |
1926 | ***/ | 1926 | ***/ |
1927 | static struct file_operations fops_template = { | 1927 | static const struct file_operations fops_template = { |
1928 | .owner = THIS_MODULE, | 1928 | .owner = THIS_MODULE, |
1929 | .open = cpia2_open, | 1929 | .open = cpia2_open, |
1930 | .release = cpia2_close, | 1930 | .release = cpia2_close, |