diff options
Diffstat (limited to 'sound/oss/trident.c')
-rw-r--r-- | sound/oss/trident.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/trident.c b/sound/oss/trident.c index 6959ee1bd17f..d6af9065d1c0 100644 --- a/sound/oss/trident.c +++ b/sound/oss/trident.c | |||
@@ -2878,7 +2878,7 @@ trident_release(struct inode *inode, struct file *file) | |||
2878 | return 0; | 2878 | return 0; |
2879 | } | 2879 | } |
2880 | 2880 | ||
2881 | static /*const */ struct file_operations trident_audio_fops = { | 2881 | static const struct file_operations trident_audio_fops = { |
2882 | .owner = THIS_MODULE, | 2882 | .owner = THIS_MODULE, |
2883 | .llseek = no_llseek, | 2883 | .llseek = no_llseek, |
2884 | .read = trident_read, | 2884 | .read = trident_read, |
@@ -4104,7 +4104,7 @@ trident_ioctl_mixdev(struct inode *inode, struct file *file, unsigned int cmd, | |||
4104 | return codec->mixer_ioctl(codec, cmd, arg); | 4104 | return codec->mixer_ioctl(codec, cmd, arg); |
4105 | } | 4105 | } |
4106 | 4106 | ||
4107 | static /*const */ struct file_operations trident_mixer_fops = { | 4107 | static const struct file_operations trident_mixer_fops = { |
4108 | .owner = THIS_MODULE, | 4108 | .owner = THIS_MODULE, |
4109 | .llseek = no_llseek, | 4109 | .llseek = no_llseek, |
4110 | .ioctl = trident_ioctl_mixdev, | 4110 | .ioctl = trident_ioctl_mixdev, |