]> err.no Git - linux-2.6/blobdiff - sound/core/info.c
snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure with...
[linux-2.6] / sound / core / info.c
index 54591e2eb6eea23d8febdf0d42d94421d5db3a3f..1ffd29bb4cd06c25759d7959005d19e1ab1e0427 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Information interface for ALSA driver
- *  Copyright (c) by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>
  *
  *
  *   This program is free software; you can redistribute it and/or modify
@@ -507,7 +507,7 @@ static int snd_info_entry_mmap(struct file *file, struct vm_area_struct *vma)
        return -ENXIO;
 }
 
-static struct file_operations snd_info_entry_operations =
+static const struct file_operations snd_info_entry_operations =
 {
        .owner =                THIS_MODULE,
        .llseek =               snd_info_entry_llseek,