Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752099AbbHLVx3 (ORCPT ); Wed, 12 Aug 2015 17:53:29 -0400 Received: from ozlabs.org ([103.22.144.67]:35252 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbbHLVx2 convert rfc822-to-8bit (ORCPT ); Wed, 12 Aug 2015 17:53:28 -0400 Date: Thu, 13 Aug 2015 07:53:22 +1000 From: Stephen Rothwell To: Randy Dunlap Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci , Tadeusz Struk , Herbert Xu , Michal Marek Subject: Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Message-ID: <20150813075322.064035f8@canb.auug.org.au> In-Reply-To: <55CB8AF0.4060905@infradead.org> References: <20150812233914.451d1fcf@canb.auug.org.au> <55CB8AF0.4060905@infradead.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 963 Lines: 35 Hi Randy, On Wed, 12 Aug 2015 11:05:36 -0700 Randy Dunlap wrote: > > on i386 or x86_64: > > Many (repeated) errors like this one: > > ../include/linux/pci.h:390:12: error: ‘struct pci_dev’ has no member named ‘physfn’ > > when CONFIG_PCI_ATS is not enabled. Maybe caused by commit dd0f368398ea ("crypto: qat - Add qat dh895xcc VF driver") from the crypto tree Which adds a select PCI_IOV to drivers/crypto/qat/Kconfig without the necessary select PCI but PCI_IOV selects PCI_ATS, so I am not sure what happened here. I am assuming that your config has PCI_IOV enabled? What about PCI? -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- 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/