From: Michal Simek <[email protected]> Date: Fri, 23 Jan 2015 09:36:03 +0100
> Fix compilation warning: > drivers/net/ethernet/cadence/macb.c:2415:12: warning: 'macb_suspend' > defined but not used [-Wunused-function] > static int macb_suspend(struct device *dev) > drivers/net/ethernet/cadence/macb.c:2432:12: warning: 'macb_resume' > defined but not used [-Wunused-function] > static int macb_resume(struct device *dev) > > when CONFIG_PM=y, CONFIG_PM_SLEEP=n are used. > > Signed-off-by: Michal Simek <[email protected]> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

