[ALSA] Fix a typo in __dev* changes in portman2x4.c
[pandora-kernel.git] / sound / core / sound.c
index 4084de0..70600df 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