From: Bartosz Golaszewski Date: Mon, 29 Jun 2020 12:03:40 +0000 (+0200) Subject: Documentation: devres: add missing mdio helper X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd8ff6de0cf5b05bc7e1822aec79edac05b02a35;p=linux.git Documentation: devres: add missing mdio helper We have a devres variant of mdiobus_register() but it's not listed in devres.rst. Add it under other mdio devm functions. Signed-off-by: Bartosz Golaszewski Signed-off-by: David S. Miller --- diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst index e0b58c392e4f9..5463fc8a60c16 100644 --- a/Documentation/driver-api/driver-model/devres.rst +++ b/Documentation/driver-api/driver-model/devres.rst @@ -343,6 +343,7 @@ MDIO devm_mdiobus_alloc() devm_mdiobus_alloc_size() devm_mdiobus_free() + devm_mdiobus_register() MEM devm_free_pages()