Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarations

fs_mii_disconnect and fs_mii_connect have been removed since
commit 5b4b8454344a ("[PATCH] FS_ENET: use PAL for mii management"),
so remove them.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220909062959.1144493-1-cuigaosheng1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Gaosheng Cui and committed by
Jakub Kicinski
feceb24e 44a8535f

-3
-3
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
··· 883 883 .set_tunable = fs_set_tunable, 884 884 }; 885 885 886 - extern int fs_mii_connect(struct net_device *dev); 887 - extern void fs_mii_disconnect(struct net_device *dev); 888 - 889 886 /**************************************************************************************/ 890 887 891 888 #ifdef CONFIG_FS_ENET_HAS_FEC