On 09/28/2012 04:19 AM, David Miller wrote: > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Fri, 28 Sep 2012 11:43:35 +1000 > >> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html