]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: apple: atc: Make atcphy_dwc3_reset_ops variable static
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Mon, 16 Feb 2026 11:04:14 +0000 (12:04 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 27 Feb 2026 14:33:38 +0000 (20:03 +0530)
commitb3fddddf3fb49c7472e73680d6ea5d771f9514e8
tree7943b8b4f89860f7312e2f6c9111b5fcc0824015
parent7df891f2c39442c120fb4f9bfdd7c80e6de84015
phy: apple: atc: Make atcphy_dwc3_reset_ops variable static

File-scope 'atcphy_dwc3_reset_ops' is not used outside of this unit, so
make it static to silence sparse warning:

  atc.c:2026:32: warning: symbol 'atcphy_dwc3_reset_ops' was not declared. Should it be static?

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Janne Grunau <j@jannau.net>
Link: https://patch.msgid.link/20260216110413.159994-4-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/apple/atc.c