This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / sound / seq_kernel.h
index 4beca19..a64fb3f 100644 (file)
@@ -180,12 +180,4 @@ int snd_seq_event_port_attach(int client, snd_seq_port_callback_t *pcbp,
                              int cap, int type, int midi_channels, int midi_voices, char *portname);
 int snd_seq_event_port_detach(int client, int port);
 
-#ifdef CONFIG_KMOD
-void snd_seq_autoload_lock(void);
-void snd_seq_autoload_unlock(void);
-#else
-#define snd_seq_autoload_lock()
-#define snd_seq_autoload_unlock()
-#endif
-
 #endif /* __SOUND_SEQ_KERNEL_H */