From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f176.google.com ([209.85.214.176]:57575 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449Ab3KOQJO convert rfc822-to-8bit (ORCPT ); Fri, 15 Nov 2013 11:09:14 -0500 Received: by mail-ob0-f176.google.com with SMTP id wp4so3981988obc.7 for ; Fri, 15 Nov 2013 08:09:13 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Bjorn Helgaas Date: Fri, 15 Nov 2013 09:08:53 -0700 Message-ID: Subject: Re: randconfig build error with next-20131115, in drivers/pci/hotplug To: Jim Davis Cc: Stephen Rothwell , linux-next list , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" Content-Type: text/plain; charset=windows-1252 Sender: linux-pci-owner@vger.kernel.org List-ID: On Fri, Nov 15, 2013 at 9:08 AM, Jim Davis wrote: > Building with the attached random configuration file, > > In file included from drivers/pci/hotplug/cpqphp_core.c:45:0: > drivers/pci/hotplug/cpqphp.h:204:2: error: redeclaration of enumerator > ‘NUMBER_OF_ENTRIES’ > NUMBER_OF_ENTRIES = offsetof(struct hrt, number_of_entries), > ^ > drivers/pci/hotplug/cpqphp.h:118:2: note: previous definition of > ‘NUMBER_OF_ENTRIES’ was here > NUMBER_OF_ENTRIES = offsetof(struct smbios_entry_point, number_of_entries), > ^ > CC drivers/mtd/maps/physmap.o > make[3]: *** [drivers/pci/hotplug/cpqphp_core.o] Error 1 I fixed this and repushed my "for-linus" branch, thanks. Bjorn