All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: Remove unused including <linux/version.h>
@ 2022-04-29  7:54 Jiapeng Chong
  2022-04-29  8:43 ` Kalle Valo
  2022-05-01 14:59 ` plfxlc: Remove unused include <linux/version.h> Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Jiapeng Chong @ 2022-04-29  7:54 UTC (permalink / raw)
  To: srini.raju
  Cc: kvalo, davem, edumazet, kuba, pabeni, linux-wireless, netdev,
	linux-kernel, Jiapeng Chong, Abaci Robot

Eliminate the follow versioncheck warning:

./drivers/net/wireless/purelifi/plfxlc/usb.c: 20 linux/version.h not
needed.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/net/wireless/purelifi/plfxlc/usb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/purelifi/plfxlc/usb.c b/drivers/net/wireless/purelifi/plfxlc/usb.c
index 6f338b1572a1..d0e98b2f1365 100644
--- a/drivers/net/wireless/purelifi/plfxlc/usb.c
+++ b/drivers/net/wireless/purelifi/plfxlc/usb.c
@@ -17,7 +17,6 @@
 #include <linux/module.h>
 #include <net/mac80211.h>
 #include <asm/unaligned.h>
-#include <linux/version.h>
 #include <linux/sysfs.h>
 
 #include "mac.h"
-- 
2.20.1.7.g153144c


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

* Re: [PATCH] wireless: Remove unused including <linux/version.h>
  2022-04-29  7:54 [PATCH] wireless: Remove unused including <linux/version.h> Jiapeng Chong
@ 2022-04-29  8:43 ` Kalle Valo
  2022-05-01 14:59 ` plfxlc: Remove unused include <linux/version.h> Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-04-29  8:43 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: srini.raju, davem, edumazet, kuba, pabeni, linux-wireless,
	netdev, linux-kernel, Abaci Robot

Jiapeng Chong <jiapeng.chong@linux.alibaba.com> writes:

> Eliminate the follow versioncheck warning:
>
> ./drivers/net/wireless/purelifi/plfxlc/usb.c: 20 linux/version.h not
> needed.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>  drivers/net/wireless/purelifi/plfxlc/usb.c | 1 -
>  1 file changed, 1 deletion(-)

The title should be:

plfxlc: Remove unused including <linux/version.h>

I can fix that during commit.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

* Re: plfxlc: Remove unused include <linux/version.h>
  2022-04-29  7:54 [PATCH] wireless: Remove unused including <linux/version.h> Jiapeng Chong
  2022-04-29  8:43 ` Kalle Valo
@ 2022-05-01 14:59 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2022-05-01 14:59 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: srini.raju, davem, edumazet, kuba, pabeni, linux-wireless,
	netdev, linux-kernel, Jiapeng Chong, Abaci Robot

Jiapeng Chong <jiapeng.chong@linux.alibaba.com> wrote:

> Eliminate the follow versioncheck warning:
> 
> ./drivers/net/wireless/purelifi/plfxlc/usb.c: 20 linux/version.h not
> needed.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>

Patch applied to wireless-next.git, thanks.

72a1a2edeb1c plfxlc: Remove unused include <linux/version.h>

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20220429075459.72029-1-jiapeng.chong@linux.alibaba.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2022-05-01 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29  7:54 [PATCH] wireless: Remove unused including <linux/version.h> Jiapeng Chong
2022-04-29  8:43 ` Kalle Valo
2022-05-01 14:59 ` plfxlc: Remove unused include <linux/version.h> Kalle Valo

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.