Revision 1a3db27ad9a72d033235b9673653962c02e3486e authored by Valentin Longchamp on 09 June 2020, 20:11:54 UTC, committed by David S. Miller on 09 June 2020, 20:14:31 UTC
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")
Signed-off-by: Valentin Longchamp <valentin@longchamp.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 845e0eb
History
File Mode Size
.gitignore -rw-r--r-- 95 bytes
Makefile -rw-r--r-- 823 bytes
devicetable-offsets.c -rw-r--r-- 6.8 KB
empty.c -rw-r--r-- 54 bytes
file2alias.c -rw-r--r-- 43.1 KB
mk_elfconfig.c -rw-r--r-- 1.2 KB
modpost.c -rw-r--r-- 68.3 KB
modpost.h -rw-r--r-- 5.1 KB
sumversion.c -rw-r--r-- 9.6 KB

back to top