From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH][BUILD FAILURE 03/12] Re: Next April 21 : PPC64 randconfig [arch/powerpc/kernel/of_platform.o] Date: Wed, 22 Apr 2009 20:15:50 -0700 Message-ID: <49EFDD66.3060407@oracle.com> References: <20090422161648.9231.76057.sendpatchset@subratamodak.linux.ibm.com> <1240447420.6689.13.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1240447420.6689.13.camel@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org To: michael@ellerman.id.au Cc: Sachin P Sant , Stephen Rothwell , linux-kernel , Linuxppc-dev , linux-next , Paul Mackerras , Subrata Modak , Alexander Beregalov , Balbir Singh List-Id: linux-next.vger.kernel.org Michael Ellerman wrote: > On Wed, 2009-04-22 at 21:46 +0530, Subrata Modak wrote: >> On Wed, 2009-04-22 at 00:20 +0530, Subrata Modak wrote: >>> Reported this earlier on 14th April 2009: >>> http://lkml.org/lkml/2009/4/14/480, >>> >>> Michael, >>> >>> Any fix in sight ? >>> http://lkml.org/lkml/2009/4/14/676, >>> >>> CC arch/powerpc/kernel/of_platform.o >>> arch/powerpc/kernel/of_platform.c: In function 'of_pci_phb_probe': >>> arch/powerpc/kernel/of_platform.c:270: error: implicit declaration of >>> function 'pci_devs_phb_init_dynamic' >>> arch/powerpc/kernel/of_platform.c:279: error: implicit declaration of >>> function 'scan_phb' >>> arch/powerpc/kernel/of_platform.c:295: error: implicit declaration of >>> function 'pci_bus_add_devices' >>> make[1]: *** [arch/powerpc/kernel/of_platform.o] Error 1 >>> make: *** [arch/powerpc/kernel] Error 2 >>> --- > > The problem above is as I said before, that the Cell Kconfig forces on > PPC_OF_PLATFORM_PCI even if PCI is disabled. I think the proper fix is > just to have CELL_NATIVE force on PCI. > > I don't know how you got the other errors, both pci_dn.c and pci_dlpar.c > are only built if CONFIG_PCI is enabled, see the Makefiles. The Kconfig could be more like this: config PPC_CELL_NATIVE bool select PPC_CELL_COMMON - select PPC_OF_PLATFORM_PCI + select PPC_OF_PLATFORM_PCI if PCI if it would help... -- ~Randy