Skip to content

Commit 1b369ff

Browse files
cristiccvinodkoul
authored andcommitted
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: 553be28 ("phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver") Reviewed-by: Heiko Stuebner <[email protected]> Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 5b7b83a commit 1b369ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <linux/of_platform.h>
1616
#include <linux/phy/phy.h>
1717
#include <linux/platform_device.h>
18+
#include <linux/pm_runtime.h>
1819
#include <linux/rational.h>
1920
#include <linux/regmap.h>
2021
#include <linux/reset.h>

0 commit comments

Comments
 (0)