]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/sound/core.h
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[mv-sheeva.git] / include / sound / core.h
index b056ea925ecf33c7e06bf6e3d7c4d27d8f66a9b1..fa1ca0127babe1731fca854e5b4aa3e26ed30cef 100644 (file)
@@ -89,10 +89,10 @@ struct snd_device {
 struct snd_monitor_file {
        struct file *file;
        struct snd_monitor_file *next;
+       const struct file_operations *disconnected_f_op;
+       struct list_head shutdown_list;
 };
 
-struct snd_shutdown_f_ops;     /* define it later in init.c */
-
 /* main structure for soundcard */
 
 struct snd_card {