From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: Tree for May 26 (staging/rtl8192ee) Date: Mon, 26 May 2014 10:47:26 -0700 Message-ID: <53837E2E.8060605@infradead.org> References: <20140526193819.2ba7bc07@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from merlin.infradead.org ([205.233.59.134]:54943 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbaEZRr3 (ORCPT ); Mon, 26 May 2014 13:47:29 -0400 In-Reply-To: <20140526193819.2ba7bc07@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , linux-next@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Larry Finger , Greg Kroah-Hartman , linux-wireless , "devel@driverdev.osuosl.org" On 05/26/2014 02:38 AM, Stephen Rothwell wrote: > Hi all, > > The powerpc allyesconfig is again broken more than usual. > > Changes since 20140523: > on x86_64: when CONFIG_PCI is not enabled: CC drivers/staging/rtl8192ee/pci.o ../drivers/staging/rtl8192ee/pci.c: In function 'rtl_pci_intr_mode_msi': ../drivers/staging/rtl8192ee/pci.c:2045:2: error: implicit declaration of function 'pci_enable_msi' [-Werror=implicit-function-declaration] ../drivers/staging/rtl8192ee/pci.c:2052:3: error: implicit declaration of function 'pci_disable_msi' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: [drivers/staging/rtl8192ee/pci.o] Error 1 (ignored) Larry, please check this but be suspicious of it at the same time. It was generated by having gcc ignore errors and keep going, but I expect that there is a problem here. thanks, -- ~Randy