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 <[email protected]> Reviewed-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 21bf6fc commit 8b6fba3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)