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: HiSilicon: Don't use "proxy" headers

Update header inclusions to follow IWYU (Include What You Use)
principle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20241031104401.2454179-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Andy Shevchenko and committed by
Vinod Koul
80738c3f 0d9fff6c

+8 -3
+8 -3
drivers/phy/hisilicon/phy-hi3670-pcie.c
··· 16 16 */ 17 17 18 18 #include <linux/bitfield.h> 19 + #include <linux/bits.h> 19 20 #include <linux/clk.h> 20 - #include <linux/gpio.h> 21 - #include <linux/kernel.h> 21 + #include <linux/delay.h> 22 + #include <linux/device.h> 23 + #include <linux/err.h> 24 + #include <linux/io.h> 22 25 #include <linux/mfd/syscon.h> 26 + #include <linux/mod_devicetable.h> 23 27 #include <linux/module.h> 24 - #include <linux/of_gpio.h> 28 + #include <linux/of.h> 25 29 #include <linux/phy/phy.h> 26 30 #include <linux/platform_device.h> 27 31 #include <linux/regmap.h> 32 + #include <linux/types.h> 28 33 29 34 #define AXI_CLK_FREQ 207500000 30 35 #define REF_CLK_FREQ 100000000