linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c
@ 2022-03-15 23:56 Yang Li
  2022-03-17  2:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-03-15 23:56 UTC (permalink / raw)
  To: ioana.ciornei
  Cc: kishon, vkoul, netdev, linux-phy, linux-kernel, Yang Li, Abaci Robot

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(-)

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
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c
  2022-03-15 23:56 [PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c Yang Li
@ 2022-03-17  2:40 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-17  2:40 UTC (permalink / raw)
  To: Yang Li
  Cc: ioana.ciornei, kishon, vkoul, netdev, linux-phy, linux-kernel, abaci

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-17  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 23:56 [PATCH -next] phy: Remove duplicated include in phy-fsl-lynx-28g.c Yang Li
2022-03-17  2:40 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).