Message ID | 20220315235603.59481-1-yang.lee@linux.alibaba.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 4de7c8bd6a380d69848ec7991cc85eeed652daac |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [-next] phy: Remove duplicated include in phy-fsl-lynx-28g.c | expand |
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 16 Mar 2022 07:56:03 +0800 you wrote: > 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> > > [...] Here is the summary with links: - [-next] phy: Remove duplicated include in phy-fsl-lynx-28g.c https://git.kernel.org/netdev/net-next/c/4de7c8bd6a38 You are awesome, thank you!
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
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> --- drivers/phy/freescale/phy-fsl-lynx-28g.c | 1 - 1 file changed, 1 deletion(-)