]> Git Repo - linux.git/commitdiff
phy: Remove duplicated include in phy-ralink-usb.c
authorYang Li <[email protected]>
Tue, 17 Oct 2023 03:16:35 +0000 (11:16 +0800)
committerVinod Koul <[email protected]>
Mon, 23 Oct 2023 06:25:36 +0000 (11:55 +0530)
./drivers/phy/ralink/phy-ralink-usb.c: linux/platform_device.h is included more than once.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6851
Signed-off-by: Yang Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
drivers/phy/ralink/phy-ralink-usb.c

index 41bce5290e92207767b97ca3ad3f46fa8e3d4642..0ff07e210769eef1cf84b6fd5c08c50e5b2a590b 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/of.h>
 #include <linux/phy/phy.h>
 #include <linux/platform_device.h>
-#include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/reset.h>
 
This page took 0.054443 seconds and 4 git commands to generate.