aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-03-16 07:56:03 +0800
committerJakub Kicinski <kuba@kernel.org>2022-03-16 19:34:34 -0700
commit4de7c8bd6a380d69848ec7991cc85eeed652daac (patch)
tree9c5790082aa1e89e2915b42f656d7241b4ed048c /drivers/phy
parentnet: mv643xx_eth: undo some opreations in mv643xx_eth_probe (diff)
downloadlinux-dev-4de7c8bd6a380d69848ec7991cc85eeed652daac.tar.xz
linux-dev-4de7c8bd6a380d69848ec7991cc85eeed652daac.zip
phy: Remove duplicated include in phy-fsl-lynx-28g.c
Fix following includecheck warning: ./drivers/phy/freescale/phy-fsl-lynx-28g.c: linux/workqueue.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20220315235603.59481-1-yang.lee@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/freescale/phy-fsl-lynx-28g.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/phy/freescale/phy-fsl-lynx-28g.c b/drivers/phy/freescale/phy-fsl-lynx-28g.c
index a2b060e9e284..569f12af2aaf 100644
--- a/drivers/phy/freescale/phy-fsl-lynx-28g.c
+++ b/drivers/phy/freescale/phy-fsl-lynx-28g.c
@@ -6,7 +6,6 @@
#include <linux/phy/phy.h>
#include <linux/platform_device.h>
#include <linux/workqueue.h>
-#include <linux/workqueue.h>
#define LYNX_28G_NUM_LANE 8
#define LYNX_28G_NUM_PLL 2