linux-phy.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] phy: Remove duplicated include in xusb.c
@ 2023-07-19  0:36 Yang Li
  2023-07-21 13:55 ` Thierry Reding
  2023-07-24 10:56 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-07-19  0:36 UTC (permalink / raw)
  To: jckuo
  Cc: vkoul, kishon, thierry.reding, jonathanh, linux-phy, linux-tegra,
	linux-kernel, Yang Li, Abaci Robot

./drivers/phy/tegra/xusb.c: linux/platform_device.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5930
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/phy/tegra/xusb.c | 1 -
 1 file changed, 1 deletion(-)

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 <linux/phy/phy.h>
 #include <linux/phy/tegra/xusb.h>
 #include <linux/platform_device.h>
-#include <linux/platform_device.h>
 #include <linux/regulator/consumer.h>
 #include <linux/reset.h>
 #include <linux/slab.h>
-- 
2.20.1.7.g153144c


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-24 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19  0:36 [PATCH -next] phy: Remove duplicated include in xusb.c Yang Li
2023-07-21 13:55 ` Thierry Reding
2023-07-24 10:56 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).