]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/emu10k1/mixer.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / oss / emu10k1 / mixer.c
index 6419796c2ed7b665e442547dfea1447e6f7590a4..bc3805fb0701eae0ce5dab83ba12c3c69b2f64c4 100644 (file)
@@ -681,7 +681,7 @@ static int emu10k1_mixer_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-struct file_operations emu10k1_mixer_fops = {
+const struct file_operations emu10k1_mixer_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .ioctl          = emu10k1_mixer_ioctl,