All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: ixp46x: Remove duplicate include of module.h
@ 2021-09-01  2:20 Wan Jiabing
  2021-09-01 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Wan Jiabing @ 2021-09-01  2:20 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Linus Walleij, Arnd Bergmann,
	Wan Jiabing, netdev, linux-kernel
  Cc: kael_w

Remove repeated include of linux/module.h as it has been included
at line 8.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/net/ethernet/xscale/ptp_ixp46x.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/xscale/ptp_ixp46x.c b/drivers/net/ethernet/xscale/ptp_ixp46x.c
index ecece21315c3..39234852e01b 100644
--- a/drivers/net/ethernet/xscale/ptp_ixp46x.c
+++ b/drivers/net/ethernet/xscale/ptp_ixp46x.c
@@ -16,7 +16,6 @@
 #include <linux/ptp_clock_kernel.h>
 #include <linux/platform_device.h>
 #include <linux/soc/ixp4xx/cpu.h>
-#include <linux/module.h>
 #include <mach/ixp4xx-regs.h>
 
 #include "ixp46x_ts.h"
-- 
2.25.1


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

* Re: [PATCH] net: ixp46x: Remove duplicate include of module.h
  2021-09-01  2:20 [PATCH] net: ixp46x: Remove duplicate include of module.h Wan Jiabing
@ 2021-09-01 10:50 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-09-01 10:50 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: davem, kuba, linus.walleij, arnd, netdev, linux-kernel, kael_w

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Wed,  1 Sep 2021 10:20:57 +0800 you wrote:
> Remove repeated include of linux/module.h as it has been included
> at line 8.
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/net/ethernet/xscale/ptp_ixp46x.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - net: ixp46x: Remove duplicate include of module.h
    https://git.kernel.org/netdev/net/c/8eebaf4a11fc

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:[~2021-09-01 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01  2:20 [PATCH] net: ixp46x: Remove duplicate include of module.h Wan Jiabing
2021-09-01 10:50 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.