Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / sound / rawmidi.h
index 7dbcd10..584e73d 100644 (file)
@@ -46,7 +46,6 @@
 
 struct snd_rawmidi;
 struct snd_rawmidi_substream;
-struct snd_seq_port_info;
 
 struct snd_rawmidi_ops {
        int (*open) (struct snd_rawmidi_substream * substream);
@@ -58,8 +57,6 @@ struct snd_rawmidi_ops {
 struct snd_rawmidi_global_ops {
        int (*dev_register) (struct snd_rawmidi * rmidi);
        int (*dev_unregister) (struct snd_rawmidi * rmidi);
-       void (*get_port_info)(struct snd_rawmidi *rmidi, int number,
-                             struct snd_seq_port_info *info);
 };
 
 struct snd_rawmidi_runtime {