]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
usb: phy: Remove API devm_usb_put_phy()
authorZijun Hu <quic_zijuhu@quicinc.com>
Sun, 12 Jan 2025 10:33:52 +0000 (18:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Jan 2025 05:12:09 +0000 (06:12 +0100)
commit26a6cc10f19a058c24cbe3be2a4a10048e66d9c9
tree202c9c14c6cb99508f3ea86078a3d338bf653564
parent2eb3da037c2c20fa30bc502bc092479b2a1aaae2
usb: phy: Remove API devm_usb_put_phy()

Static devm_usb_phy_match() is only called by API devm_usb_put_phy(), and
the API has no caller now.

Remove the API and the static function.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250112-remove_api-v1-1-49cc8f792ac9@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/driver-api/driver-model/devres.rst
drivers/usb/phy/phy.c
include/linux/usb/phy.h