]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/seq/oss/seq_oss.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / core / seq / oss / seq_oss.c
index 92858cf8b6eb09e4b71b951698375e20a6a9efb2..2eb987308b539af5f321c9ea0c7264ca24a56a33 100644 (file)
@@ -208,7 +208,7 @@ odev_poll(struct file *file, poll_table * wait)
  * registration of sequencer minor device
  */
 
-static struct file_operations seq_oss_f_ops =
+static const struct file_operations seq_oss_f_ops =
 {
        .owner =        THIS_MODULE,
        .read =         odev_read,