From: Andy Shevchenko Date: Thu, 31 Oct 2024 10:44:01 +0000 (+0200) Subject: phy: HiSilicon: Don't use "proxy" headers X-Git-Tag: v6.14-rc1~42^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80738c3f1e1b7bd664481d73d64e42e139c7002d;p=thirdparty%2Fkernel%2Flinux.git phy: HiSilicon: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20241031104401.2454179-1-andriy.shevchenko@linux.intel.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/hisilicon/phy-hi3670-pcie.c b/drivers/phy/hisilicon/phy-hi3670-pcie.c index 0ac9634b398da..dbc7dcce682b7 100644 --- a/drivers/phy/hisilicon/phy-hi3670-pcie.c +++ b/drivers/phy/hisilicon/phy-hi3670-pcie.c @@ -16,15 +16,20 @@ */ #include +#include #include -#include -#include +#include +#include +#include +#include #include +#include #include -#include +#include #include #include #include +#include #define AXI_CLK_FREQ 207500000 #define REF_CLK_FREQ 100000000