Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.h

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>

authored by

Cristian Ciocaltea and committed by
Vinod Koul
1b369ff9 5b7b83a9

+1
+1
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
··· 15 15 #include <linux/of_platform.h> 16 16 #include <linux/phy/phy.h> 17 17 #include <linux/platform_device.h> 18 + #include <linux/pm_runtime.h> 18 19 #include <linux/rational.h> 19 20 #include <linux/regmap.h> 20 21 #include <linux/reset.h>