diff options
Diffstat (limited to 'sound/core/rawmidi.c')
-rw-r--r-- | sound/core/rawmidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c index 7e6ceec738d..d14dcbb6dbc 100644 --- a/sound/core/rawmidi.c +++ b/sound/core/rawmidi.c | |||
@@ -1359,7 +1359,7 @@ static void snd_rawmidi_proc_info_read(struct snd_info_entry *entry, | |||
1359 | * Register functions | 1359 | * Register functions |
1360 | */ | 1360 | */ |
1361 | 1361 | ||
1362 | static struct file_operations snd_rawmidi_f_ops = | 1362 | static const struct file_operations snd_rawmidi_f_ops = |
1363 | { | 1363 | { |
1364 | .owner = THIS_MODULE, | 1364 | .owner = THIS_MODULE, |
1365 | .read = snd_rawmidi_read, | 1365 | .read = snd_rawmidi_read, |