Hi all, After merging the net-next tree, today's linux-next build (sparc64 defconfig) produced this warning: drivers/net/ethernet/intel/e1000e/netdev.c:6926:12: warning: 'e1000e_pm_prepare' defined but not used [-Wunused-function] static int e1000e_pm_prepare(struct device *dev) ^~~~~~~~~~~~~~~~~ Introduced by commit ccf8b940e5fd ("e1000e: Leverage direct_complete to speed up s2ram") CONFIG_PM_SLEEP is not set for this build. -- Cheers, Stephen Rothwell