summaryrefslogtreecommitdiff
path: root/drivers/phy/ralink
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2023-10-17 11:16:35 +0800
committerVinod Koul <vkoul@kernel.org>2023-10-23 11:55:36 +0530
commitd688c8264b8ed25edbdafac46ea2b41b2e77416a (patch)
tree466cb54b5baf0c915c5ac3e6a55ee2c5c8763197 /drivers/phy/ralink
parentd0ec7b9c3153c941f98226001d4019d9c03faf81 (diff)
phy: Remove duplicated include in phy-ralink-usb.c
./drivers/phy/ralink/phy-ralink-usb.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=6851 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20231017031635.105993-1-yang.lee@linux.alibaba.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/ralink')
-rw-r--r--drivers/phy/ralink/phy-ralink-usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/ralink/phy-ralink-usb.c b/drivers/phy/ralink/phy-ralink-usb.c
index 41bce5290e92..0ff07e210769 100644
--- a/drivers/phy/ralink/phy-ralink-usb.c
+++ b/drivers/phy/ralink/phy-ralink-usb.c
@@ -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>