]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/emu10k1/audio.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / oss / emu10k1 / audio.c
index efcf589d7083401450d2c743d36b65e5cedbf6ee..e75ea21eb8117fd67558b4d64328f18c806035be 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,