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: rockchip-inno-usb2: Drop unnecessary DT includes

Neither of_address.h or of_platform.h are used in the driver, so drop them.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20231009172923.2457844-17-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Rob Herring and committed by
Vinod Koul
8b6fba3e 21bf6fc4

-2
-2
drivers/phy/rockchip/phy-rockchip-inno-usb2.c
··· 17 17 #include <linux/module.h> 18 18 #include <linux/mutex.h> 19 19 #include <linux/of.h> 20 - #include <linux/of_address.h> 21 20 #include <linux/of_irq.h> 22 - #include <linux/of_platform.h> 23 21 #include <linux/phy/phy.h> 24 22 #include <linux/platform_device.h> 25 23 #include <linux/power_supply.h>