From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: linux-next: build failure after merge of the final tree (wireless tree related) Date: Wed, 10 Aug 2011 09:11:26 +0300 Message-ID: <4E42210E.70202@qca.qualcomm.com> References: <20110810122109.a81b3186e4131aba82a4cae0@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110810122109.a81b3186e4131aba82a4cae0@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: "John W. Linville" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Vasanthakumar Thiagarajan , Raja Mani , Vivek Natarajan , Suraj Sumangala , Joe Perches , Jouni Malinen List-Id: linux-next.vger.kernel.org Hi Stephen, On 08/10/2011 05:21 AM, Stephen Rothwell wrote: > After merging the final tree, today's linux-next build (powerpc allyesconfig) > failed like this: > > drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_start': > (.opd+0x600): multiple definition of `htc_start' > drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e40): first defined here > drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_stop': > (.text+0x7b40): multiple definition of `.htc_stop' > drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67b34): first defined here > drivers/net/wireless/ath/ath6kl/built-in.o: In function `.htc_start': > (.text+0x7d18): multiple definition of `.htc_start' > drivers/net/wireless/ath/ath9k/built-in.o:(.text+0x67ba0): first defined here > drivers/net/wireless/ath/ath6kl/built-in.o: In function `htc_stop': > (.opd+0x5e8): multiple definition of `htc_stop' > drivers/net/wireless/ath/ath9k/built-in.o:(.opd+0x3e28): first defined here > > Probably caused by commit bdcd81707973 ("Add ath6kl cleaned up driver"). > > I have reverted commit 392e741939dd ("Merge branch 'ath6kl-next' of > master.kernel.org:/pub/scm/linux/kernel/git/kvalo/ath6kl") for today. Sorry about that! I'll send a fix right away. > John, this has happened a couple of times before where people have just > copied an existing driver that happens to have some badly named global > variables. :-( I was working on adding ath6kl prefix too all global ath6kl symbols but I haven't been able to finish that yet. Kalle