diff options
Diffstat (limited to 'sound/oss/emu10k1/midi.c')
-rw-r--r-- | sound/oss/emu10k1/midi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/emu10k1/midi.c b/sound/oss/emu10k1/midi.c index cca3dad2bdf4..df1e990449a0 100644 --- a/sound/oss/emu10k1/midi.c +++ b/sound/oss/emu10k1/midi.c | |||
@@ -458,7 +458,7 @@ int emu10k1_midi_callback(unsigned long msg, unsigned long refdata, unsigned lon | |||
458 | } | 458 | } |
459 | 459 | ||
460 | /* MIDI file operations */ | 460 | /* MIDI file operations */ |
461 | struct file_operations emu10k1_midi_fops = { | 461 | const struct file_operations emu10k1_midi_fops = { |
462 | .owner = THIS_MODULE, | 462 | .owner = THIS_MODULE, |
463 | .read = emu10k1_midi_read, | 463 | .read = emu10k1_midi_read, |
464 | .write = emu10k1_midi_write, | 464 | .write = emu10k1_midi_write, |