Hi Linus, Starting with the origin tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_set_interrupt_capability': drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:4724:3: error: implicit declaration of function 'ixgbe_disable_sriov' drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_remove': drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:7773:3: error: implicit declaration of function 'ixgbe_check_vf_assignment' Caused by commit 9487dc844054 ("ixgbe: Fix compiler warnings") which hid the declarations of ixgbe_disable_sriov() and ixgbe_check_vf_assignment() when CONFIG_PCI_IOV is not defined. I have reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/