[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CA+r1Zhj5Ze4Gh9J=7=2cz6N9BnV7T2oNzWvYNZniJvkmeQz_jA@mail.gmail.com>
Date: Thu, 28 May 2015 13:28:10 -0700
From: Jim Davis <jim.epost@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next <linux-next@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
perex <perex@...ex.cz>, tiwai <tiwai@...e.de>,
alsa-devel@...a-project.org
Subject: randconfig build error with next-20150528, in sound/core/seq/seq_info.c
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; }
View attachment "randconfig-1432843481.txt" of type "text/plain" (100600 bytes)
Powered by blists - more mailing lists