]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dsa: loop: Add module soft dependency
authorFlorian Fainelli <f.fainelli@gmail.com>
Sat, 9 May 2020 23:45:44 +0000 (16:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 May 2020 06:18:37 +0000 (08:18 +0200)
commit5cdcb17772892135344dfe1acc4864c8d44ff3d3
tree1ac5e53df3c0b8dc66ab8d0f94ef168dadafd80e
parent2afbedce318458d6eed6f0cf6cf0857215f3c3af
net: dsa: loop: Add module soft dependency

[ Upstream commit 3047211ca11bf77b3ecbce045c0aa544d934b945 ]

There is a soft dependency against dsa_loop_bdinfo.ko which sets up the
MDIO device registration, since there are no symbols referenced by
dsa_loop.ko, there is no automatic loading of dsa_loop_bdinfo.ko which
is needed.

Fixes: 98cd1552ea27 ("net: dsa: Mock-up driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/dsa/dsa_loop.c