]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/seq/seq_info.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / sound / core / seq / seq_info.h
index 5a91ebce43a0eb080e38d02cbf1f414a7072e58a..4892a7f35c08fc012c14d80484ccb3402ca3cf91 100644 (file)
@@ -29,8 +29,12 @@ void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffe
 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
 
 
+#ifdef CONFIG_PROC_FS
 int snd_seq_info_init( void );
 int snd_seq_info_done( void );
-
+#else
+static inline int snd_seq_info_init(void) { return 0; }
+static inline int snd_seq_info_done(void) { return 0; }
+#endif
 
 #endif