]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/sound.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / core / sound.c
index 4084de06412707e28011788d56c02aa60514fe10..70600df94d62e3ef6d3d38566e9699a92bcfa7f4 100644 (file)
@@ -168,7 +168,7 @@ static int snd_open(struct inode *inode, struct file *file)
        return err;
 }
 
-static struct file_operations snd_fops =
+static const struct file_operations snd_fops =
 {
        .owner =        THIS_MODULE,
        .open =         snd_open