Commit 8b6fba3e authored by Rob Herring's avatar Rob Herring Committed by Vinod Koul
Browse files

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: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20231009172923.2457844-17-robh@kernel.org


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 21bf6fc4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>