]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/oss/mixer_oss.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / core / oss / mixer_oss.c
index 3391f2a9b4d167150114deec246ce3cc7082978e..74a2923eb40155708d5f97543e3fc3e3f0e65926 100644 (file)
@@ -390,7 +390,7 @@ int snd_mixer_oss_ioctl_card(struct snd_card *card, unsigned int cmd, unsigned l
  *  REGISTRATION PART
  */
 
-static struct file_operations snd_mixer_oss_f_ops =
+static const struct file_operations snd_mixer_oss_f_ops =
 {
        .owner =        THIS_MODULE,
        .open =         snd_mixer_oss_open,