Skip to content

Commit 8b6fba3

Browse files
robherringvinodkoul
authored andcommitted
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>
1 parent 21bf6fc commit 8b6fba3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/phy/rockchip/phy-rockchip-inno-usb2.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
#include <linux/module.h>
1818
#include <linux/mutex.h>
1919
#include <linux/of.h>
20-
#include <linux/of_address.h>
2120
#include <linux/of_irq.h>
22-
#include <linux/of_platform.h>
2321
#include <linux/phy/phy.h>
2422
#include <linux/platform_device.h>
2523
#include <linux/power_supply.h>

0 commit comments

Comments
 (0)