From mboxrd@z Thu Jan 1 00:00:00 1970 From: Per Forlin Subject: Re: linux-next: build failure after merge of the mmc tree Date: Tue, 19 Jul 2011 00:29:55 +0200 Message-ID: References: <20110716193000.dcf43d072610fbaa873e28d1@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:61129 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903Ab1GRW35 (ORCPT ); Mon, 18 Jul 2011 18:29:57 -0400 In-Reply-To: <20110716193000.dcf43d072610fbaa873e28d1@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Chris Ball , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Nicolas Pitre Hi, On 16 July 2011 11:30, Stephen Rothwell wrote: > Hi Chris, > > After merging the mmc tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/mmc/core/core.c:2141:1: error: redefinition of '__inittest' > drivers/mmc/core/core.c:125:1: note: previous definition of '__inittest' was here > drivers/mmc/core/core.c:2141:1: error: redefinition of 'init_module' > drivers/mmc/core/core.c:125:1: note: previous definition of 'init_module' was here > > Seems to be caused by commit 65cae3d20446 ("mmc: core: add random fault > injection"). This patch makes core.c contain two init_module, obviously an error if building allmodconfig. I need to rework this patch and resend it. I checked mmc-next just now and it has been removed already (thanks Chris). Regards, Per