From mboxrd@z Thu Jan 1 00:00:00 1970 From: reinette chatre Subject: Re: [Ipw2100-admin] [BUILD FAILURE 04/12] Next April 14 : PPC64 randconfig [drivers/staging/built-in.o] Date: Tue, 14 Apr 2009 11:59:55 -0700 Message-ID: <1239735595.15115.60.camel@rc-desk> References: <1239733717.5344.76.camel@subratamodak.linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com ([134.134.136.20]:30586 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756537AbZDNSyA (ORCPT ); Tue, 14 Apr 2009 14:54:00 -0400 In-Reply-To: <1239733717.5344.76.camel@subratamodak.linux.ibm.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: "subrata@linux.vnet.ibm.com" Cc: "James P. Ketrenos" , Andrea Merello , Linuxppc-dev , Greg KH , sachinp , Stephen Rothwell , linux-kernel , "Rafael J. Wysocki" , linux-next , Alexander Beregalov Hi Subrata, On Tue, 2009-04-14 at 11:28 -0700, Subrata Modak wrote: > Observed the following build error: > --- > LD drivers/built-in.o > drivers/staging/built-in.o: In function `ieee80211_xmit': > drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c:528: multiple > definition of `ieee80211_xmit' > drivers/net/built-in.o:drivers/net/wireless/ipw2x00/libipw_tx.c:256: > first defined here > make[1]: *** [drivers/built-in.o] Error 1 > make: *** [drivers] Error 2 Looks like the rtl8187se driver started with a copy of ipw2x00's library. Errors like this can thus be expected and should be addressed by rtl8187se as they are the ones who made the copy. Reinette