]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/timer.c
[PATCH] mark struct file_operations const 9
[linux-2.6-omap-h63xx.git] / sound / core / timer.c
index 3e06383510692ba3ef5416eb367b0a7c9f5c2b4c..160e40ede72316a68bc13e47ee4d9bd25bf2be94 100644 (file)
@@ -1901,7 +1901,7 @@ static unsigned int snd_timer_user_poll(struct file *file, poll_table * wait)
 #define snd_timer_user_ioctl_compat    NULL
 #endif
 
-static struct file_operations snd_timer_f_ops =
+static const struct file_operations snd_timer_f_ops =
 {
        .owner =        THIS_MODULE,
        .read =         snd_timer_user_read,