diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index ab8f970760f2..41fd09d7d11e 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -3174,7 +3174,7 @@ bttv_mmap(struct file *file, struct vm_area_struct *vma) | |||
3174 | return videobuf_mmap_mapper(bttv_queue(fh),vma); | 3174 | return videobuf_mmap_mapper(bttv_queue(fh),vma); |
3175 | } | 3175 | } |
3176 | 3176 | ||
3177 | static struct file_operations bttv_fops = | 3177 | static const struct file_operations bttv_fops = |
3178 | { | 3178 | { |
3179 | .owner = THIS_MODULE, | 3179 | .owner = THIS_MODULE, |
3180 | .open = bttv_open, | 3180 | .open = bttv_open, |
@@ -3332,7 +3332,7 @@ static unsigned int radio_poll(struct file *file, poll_table *wait) | |||
3332 | return cmd.result; | 3332 | return cmd.result; |
3333 | } | 3333 | } |
3334 | 3334 | ||
3335 | static struct file_operations radio_fops = | 3335 | static const struct file_operations radio_fops = |
3336 | { | 3336 | { |
3337 | .owner = THIS_MODULE, | 3337 | .owner = THIS_MODULE, |
3338 | .open = radio_open, | 3338 | .open = radio_open, |