Pull bugzilla-7887 into release branch
[pandora-kernel.git] / sound / oss / emu10k1 / audio.c
index efcf589..e75ea21 100644 (file)
@@ -1582,7 +1582,7 @@ static void emu10k1_waveout_bh(unsigned long refdata)
        return;
 }
 
-struct file_operations emu10k1_audio_fops = {
+const struct file_operations emu10k1_audio_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .read           = emu10k1_audio_read,