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

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.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 21bf6fc4
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment