Re: linux-next: build failure after merge of the net-next tree
From: Ivan Vecera <ivecera@redhat.com>
Date: 2012-10-01 11:54:09
Also in:
lkml, netdev
From: Ivan Vecera <ivecera@redhat.com>
Date: 2012-10-01 11:54:09
Also in:
lkml, netdev
On 09/28/2012 04:19 AM, David Miller wrote:
From: Stephen Rothwell <redacted> Date: Fri, 28 Sep 2012 11:43:35 +1000quoted
Hi all, After merging the net-next tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/net/ethernet/emulex/benet/be_main.c: In function 'be_find_vfs': drivers/net/ethernet/emulex/benet/be_main.c:1090:28: error: 'struct pci_dev' has no member named 'physfn' Caused by commit 51af6d7c1f31 ("be2net: fix vfs enumeration"). physfn is only defined if CONFIG_PCI_ATS is set. I have reverted that commit for today.I'm reverting it too, thanks for reporting Stephen.
Sorry for that, it will be better to use pci_physfn to access this member. I'll repost the patch. Ivan