diff mbox

[net-next] rsi: remove unused including <linux/version.h>

Message ID 1509167426-93439-1-git-send-email-weiyongjun1@huawei.com (mailing list archive)
State Rejected
Delegated to: Kalle Valo
Headers show

Commit Message

Wei Yongjun Oct. 28, 2017, 5:10 a.m. UTC
Remove including <linux/version.h> that don't need it.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/net/wireless/rsi/rsi_91x_ps.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Kalle Valo Oct. 30, 2017, 10:44 a.m. UTC | #1
"weiyongjun \(A\)" <weiyongjun1@huawei.com> wrote:

> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>

Wei, your name in patchwork is badly formatted. Please register to patchwork
and you should be able to fix it:

https://patchwork.kernel.org/patch/10030879/
diff mbox

Patch

diff --git a/drivers/net/wireless/rsi/rsi_91x_ps.c b/drivers/net/wireless/rsi/rsi_91x_ps.c
index 523f532..410c55f 100644
--- a/drivers/net/wireless/rsi/rsi_91x_ps.c
+++ b/drivers/net/wireless/rsi/rsi_91x_ps.c
@@ -16,7 +16,6 @@ 
 
 #include <linux/etherdevice.h>
 #include <linux/if.h>
-#include <linux/version.h>
 #include "rsi_debugfs.h"
 #include "rsi_mgmt.h"
 #include "rsi_common.h"