]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: rockchip-inno-usb2: Drop unnecessary DT includes
authorRob Herring <robh@kernel.org>
Mon, 9 Oct 2023 17:29:12 +0000 (12:29 -0500)
committerVinod Koul <vkoul@kernel.org>
Fri, 13 Oct 2023 10:16:09 +0000 (15:46 +0530)
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>
drivers/phy/rockchip/phy-rockchip-inno-usb2.c

index b982c3f0d4b56bf58e3d762b077efa8e491c06d4..a24d2af154df7807adab8070d637860b1b4aa2a9 100644 (file)
@@ -17,9 +17,7 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of.h>
-#include <linux/of_address.h>
 #include <linux/of_irq.h>
-#include <linux/of_platform.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>
 #include <linux/power_supply.h>