From: Yang Li Date: Wed, 19 Jul 2023 00:36:14 +0000 (+0800) Subject: phy: Remove duplicated include in xusb.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f5a8ecef3c6b840673d08342045c3014d674555f;p=tomoyo%2Ftomoyo-test1.git phy: Remove duplicated include in xusb.c ./drivers/phy/tegra/xusb.c: linux/platform_device.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5930 Signed-off-by: Yang Li Acked-by: Thierry Reding Link: https://lore.kernel.org/r/20230719003614.5506-1-yang.lee@linux.alibaba.com Signed-off-by: Vinod Koul --- diff --git a/drivers/phy/tegra/xusb.c b/drivers/phy/tegra/xusb.c index ed30866e7647..142ebe0247cc 100644 --- a/drivers/phy/tegra/xusb.c +++ b/drivers/phy/tegra/xusb.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include