Re: [PATCH] rsi: remove unused including

2021-04-13 Thread patchwork-bot+netdevbpf
Hello:

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

On Tue, 13 Apr 2021 17:46:12 +0800 you wrote:
> Fix the following versioncheck warning:
> ./drivers/net/wireless/rsi/rsi_91x_ps.c: 19 linux/version.h not needed.
> 
> Reported-by: Abaci Robot 
> Signed-off-by: Yang Li 
> ---
>  drivers/net/wireless/rsi/rsi_91x_ps.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - rsi: remove unused including 
https://git.kernel.org/netdev/net-next/c/46568170036d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




[PATCH] rsi: remove unused including

2021-04-13 Thread Yang Li
Fix the following versioncheck warning:
./drivers/net/wireless/rsi/rsi_91x_ps.c: 19 linux/version.h not needed.

Reported-by: Abaci Robot 
Signed-off-by: Yang Li 
---
 drivers/net/wireless/rsi/rsi_91x_ps.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/rsi/rsi_91x_ps.c 
b/drivers/net/wireless/rsi/rsi_91x_ps.c
index fdaa5a7..a029049 100644
--- a/drivers/net/wireless/rsi/rsi_91x_ps.c
+++ b/drivers/net/wireless/rsi/rsi_91x_ps.c
@@ -16,7 +16,6 @@
 
 #include 
 #include 
-#include 
 #include "rsi_debugfs.h"
 #include "rsi_mgmt.h"
 #include "rsi_common.h"
-- 
1.8.3.1