]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.h
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Thu, 20 Jun 2024 00:36:22 +0000 (03:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:33:04 +0000 (16:33 +0200)
commitf5567c5ca4179d3c3d1a717cb7e9429deab48c1b
treef41c60d42c3c7a161922b9b126098087cc2ef9c5
parent2eaf8ae7946a288676c86763bf987604537411d0
phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.h

[ Upstream commit 1b369ff94bc36d2e16c8a91c0ea8ebd329555976 ]

Driver makes use of helpers from pm_runtime.h, but relies on the header
file being implicitly included.

Explicitly pull the header in to avoid potential build failures in some
configurations.

Fixes: 553be2830c5f ("phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver")
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20240620-rk3588-hdmiphy-clkprov-v2-1-6a2d2164e508@collabora.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c