mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
571703ff38
commit
4de7c8bd6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user