From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: make allyesconfig i386 build failure with next-20150122 (caused by fb_agm1264k-fl driver) Date: Mon, 26 Jan 2015 13:59:59 -0800 Message-ID: <20150126215959.GA9853@roeck-us.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:44903 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754230AbbAZWAK (ORCPT ); Mon, 26 Jan 2015 17:00:10 -0500 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1YFrhZ-003VN7-3N for linux-next@vger.kernel.org; Mon, 26 Jan 2015 22:00:09 +0000 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , Greg Kroah-Hartman , devel , isdn@linux-pingi.de, netdev , Thomas Petazzoni On Thu, Jan 22, 2015 at 12:10:33PM -0700, Jim Davis wrote: > make ARCH=i386 allyesconfig fails with > > drivers/staging/built-in.o: In function `reset': > (.text+0x2ae89d): multiple definition of `reset' > drivers/isdn/built-in.o:(.text+0x185dc2): first defined here > make[1]: *** [drivers/built-in.o] Error 1 Culprit: commit b2ebd4be6fa1d2329b63531b044f9e25474981cb Author: Thomas Petazzoni Date: Wed Dec 31 10:11:10 2014 +0100 staging: fbtft: add fb_agm1264k-fl driver A global function named 'reset' isn't really a good idea. Not that the global function with the same name in the isdn code is better ;-). Guenter