Skip to content

Commit

Permalink
phy: Remove duplicated include in phy-fsl-lynx-28g.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Li authored and Jakub Kicinski committed Mar 17, 2022
1 parent 571703f commit 4de7c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/phy/freescale/phy-fsl-lynx-28g.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4de7c8b

Please sign in to comment.