From: Valentin Longchamp valentin@longchamp.me Date: Tue, 9 Jun 2020 22:11:54 +0200
Since the quiesce/activate rework, __netdev_watchdog_up() is directly called in the ucc_geth driver.
Unfortunately, this function is not available for modules and thus ucc_geth cannot be built as a module anymore. Fix it by exporting __netdev_watchdog_up().
Since the commit introducing the regression was backported to stable branches, this one should ideally be as well.
Fixes: 79dde73cf9bc ("net/ethernet/freescale: rework quiesce/activate for ucc_geth") Cc: stable@vger.kernel.org Signed-off-by: Valentin Longchamp valentin@longchamp.me
Applied and queued up for -stable, please don't CC: stable for networking changes in the future, thank you.