Files
immortalwrt/package/kernel/linux/modules
Tony Ambardar c77415bd8b 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: 95a3741d17 ("kernel: support new mdio_devres.ko module in 5.10")
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2021-03-20 11:30:41 +08:00
..
2019-10-26 08:40:20 +08:00
2021-02-24 12:19:13 +08:00
2019-10-26 08:40:20 +08:00
2021-02-24 12:19:13 +08:00
2020-07-02 00:55:25 +08:00
2021-02-18 00:36:38 +08:00
2019-10-26 08:40:20 +08:00
2021-03-02 12:17:09 +08:00
2019-10-26 08:40:20 +08:00
2019-10-26 08:40:20 +08:00
2019-10-26 08:40:20 +08:00
2020-08-12 03:38:44 +08:00
2020-08-12 03:38:44 +08:00
2020-08-22 02:27:01 +08:00