diff options
Diffstat (limited to 'sound/oss/vwsnd.c')
-rw-r--r-- | sound/oss/vwsnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/vwsnd.c b/sound/oss/vwsnd.c index 6dfb9f4b03ec..d25249a932bf 100644 --- a/sound/oss/vwsnd.c +++ b/sound/oss/vwsnd.c | |||
@@ -3035,7 +3035,7 @@ static int vwsnd_audio_release(struct inode *inode, struct file *file) | |||
3035 | return err; | 3035 | return err; |
3036 | } | 3036 | } |
3037 | 3037 | ||
3038 | static struct file_operations vwsnd_audio_fops = { | 3038 | static const struct file_operations vwsnd_audio_fops = { |
3039 | .owner = THIS_MODULE, | 3039 | .owner = THIS_MODULE, |
3040 | .llseek = no_llseek, | 3040 | .llseek = no_llseek, |
3041 | .read = vwsnd_audio_read, | 3041 | .read = vwsnd_audio_read, |
@@ -3225,7 +3225,7 @@ static int vwsnd_mixer_ioctl(struct inode *ioctl, | |||
3225 | return retval; | 3225 | return retval; |
3226 | } | 3226 | } |
3227 | 3227 | ||
3228 | static struct file_operations vwsnd_mixer_fops = { | 3228 | static const struct file_operations vwsnd_mixer_fops = { |
3229 | .owner = THIS_MODULE, | 3229 | .owner = THIS_MODULE, |
3230 | .llseek = no_llseek, | 3230 | .llseek = no_llseek, |
3231 | .ioctl = vwsnd_mixer_ioctl, | 3231 | .ioctl = vwsnd_mixer_ioctl, |