diff options
Diffstat (limited to 'sound/core/control.c')
-rw-r--r-- | sound/core/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/control.c b/sound/core/control.c index 42bcf2794b28..86de7258b76d 100644 --- a/sound/core/control.c +++ b/sound/core/control.c | |||
@@ -1398,7 +1398,7 @@ static int snd_ctl_fasync(int fd, struct file * file, int on) | |||
1398 | * INIT PART | 1398 | * INIT PART |
1399 | */ | 1399 | */ |
1400 | 1400 | ||
1401 | static struct file_operations snd_ctl_f_ops = | 1401 | static const struct file_operations snd_ctl_f_ops = |
1402 | { | 1402 | { |
1403 | .owner = THIS_MODULE, | 1403 | .owner = THIS_MODULE, |
1404 | .read = snd_ctl_read, | 1404 | .read = snd_ctl_read, |