diff options
Diffstat (limited to 'sound/core/oss/mixer_oss.c')
-rw-r--r-- | sound/core/oss/mixer_oss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/oss/mixer_oss.c b/sound/core/oss/mixer_oss.c index 3391f2a9b4d..74a2923eb40 100644 --- a/sound/core/oss/mixer_oss.c +++ b/sound/core/oss/mixer_oss.c | |||
@@ -390,7 +390,7 @@ int snd_mixer_oss_ioctl_card(struct snd_card *card, unsigned int cmd, unsigned l | |||
390 | * REGISTRATION PART | 390 | * REGISTRATION PART |
391 | */ | 391 | */ |
392 | 392 | ||
393 | static struct file_operations snd_mixer_oss_f_ops = | 393 | static const struct file_operations snd_mixer_oss_f_ops = |
394 | { | 394 | { |
395 | .owner = THIS_MODULE, | 395 | .owner = THIS_MODULE, |
396 | .open = snd_mixer_oss_open, | 396 | .open = snd_mixer_oss_open, |