[PATCH] mark struct file_operations const 9
[powerpc.git] / sound / core / hwdep.c
index 39c03f3..96ffdf1 100644 (file)
@@ -317,7 +317,7 @@ static int snd_hwdep_control_ioctl(struct snd_card *card,
 
  */
 
-static struct file_operations snd_hwdep_f_ops =
+static const struct file_operations snd_hwdep_f_ops =
 {
        .owner =        THIS_MODULE,
        .llseek =       snd_hwdep_llseek,