28 May
2015
28 May
'15
10:28 p.m.
Building with the attached random configuration file,
sound/core/seq/seq_info.c:61:12: error: redefinition of ‘snd_seq_info_init’ int __init snd_seq_info_init(void) ^ In file included from sound/core/seq/seq_info.c:26:0: sound/core/seq/seq_info.h:36:19: note: previous definition of ‘snd_seq_info_init ’ was here static inline int snd_seq_info_init(void) { return 0; } ^ sound/core/seq/seq_info.c:77:12: error: redefinition of ‘snd_seq_info_done’ int __exit snd_seq_info_done(void) ^ In file included from sound/core/seq/seq_info.c:26:0: sound/core/seq/seq_info.h:37:19: note: previous definition of ‘snd_seq_info_done’ was here static inline int snd_seq_info_done(void) { return 0; }