Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: 5.10: add missing dependency in kmod-mdio-devres
Add conditional dependency on kmod-of-mdio due to mdio_devres.c code: #if IS_ENABLED(CONFIG_OF_MDIO) ... EXPORT_SYMBOL(devm_of_mdiobus_register); #endif /* CONFIG_OF_MDIO */ Fixes: 95a3741 ("kernel: support new mdio_devres.ko module in 5.10") Reported-by: Rosen Penev <[email protected]> Signed-off-by: Tony Ambardar <[email protected]>
- Loading branch information