Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752942AbbG1Psy (ORCPT ); Tue, 28 Jul 2015 11:48:54 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:64362 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752792AbbG1Psw (ORCPT ); Tue, 28 Jul 2015 11:48:52 -0400 X-IronPort-AV: E=Sophos;i="5.15,564,1432623600"; d="scan'208";a="70792677" Subject: Re: [PATCH v5 1/4] PCI: iproc: enable arm64 support for iProc PCIe To: Olof Johansson References: <1438036941-27210-1-git-send-email-rjui@broadcom.com> <1438036941-27210-2-git-send-email-rjui@broadcom.com> CC: Catalin Marinas , Will Deacon , Arnd Bergmann , Mark Rutland , Bjorn Helgaas , Hauke Mehrtens , "linux-kernel@vger.kernel.org" , Broadcom Kernel Feedback List , "linux-arm-kernel@lists.infradead.org" , "arm@kernel.org" , "linux-pci@vger.kernel.org" From: Ray Jui Message-ID: <55B7A461.5040807@broadcom.com> Date: Tue, 28 Jul 2015 08:48:49 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 32 On 7/28/2015 6:24 AM, Olof Johansson wrote: > Hi Ray, > > I get the following when building an allmodconfig on arm64: > > drivers/pci/host/pcie-iproc-bcma.c: In function 'iproc_pcie_bcma_map_irq': > drivers/pci/host/pcie-iproc-bcma.c:37:31: error: dereferencing pointer > to incomplete type > struct iproc_pcie *pcie = sys->private_data; > ^ > > Should be easy for you to reproduce, please send incremental fix. > > > -Olof This looks like a dependency issue of the iProc PCIe BCMA driver, which should really be disabled for arm64 as it's only available on legacy arm32 based Broadcom SoCs. I'll submit an incremental fix in Kconfig. Thanks, Ray -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/