Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH net-next] net: Remove unused including <linux/version.h>
@ 2019-12-12  9:15 YueHaibing
  2019-12-12  9:52 ` Jason A. Donenfeld
  2019-12-12 18:52 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: YueHaibing @ 2019-12-12  9:15 UTC (permalink / raw)
  To: Jason A . Donenfeld, David S . Miller
  Cc: netdev, kernel-janitors, YueHaibing, linux-kernel, wireguard

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/net/wireguard/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireguard/main.c b/drivers/net/wireguard/main.c
index 10c0a40f6a9e..7a7d5f1a80fc 100644
--- a/drivers/net/wireguard/main.c
+++ b/drivers/net/wireguard/main.c
@@ -12,7 +12,6 @@
 
 #include <uapi/linux/wireguard.h>
 
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/genetlink.h>



_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

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

end of thread, other threads:[~2019-12-12 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12  9:15 [PATCH net-next] net: Remove unused including <linux/version.h> YueHaibing
2019-12-12  9:52 ` Jason A. Donenfeld
2019-12-12 18:52 ` David Miller
2019-12-12 19:06   ` Jason A. Donenfeld

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