All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] ionic: Remove unused including <linux/version.h>
@ 2019-09-06  9:54 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2019-09-06  9:54 UTC (permalink / raw)
  To: Shannon Nelson, Pensando Drivers, David S . Miller
  Cc: YueHaibing, netdev, kernel-janitors

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

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

diff --git a/drivers/net/ethernet/pensando/ionic/ionic_main.c b/drivers/net/ethernet/pensando/ionic/ionic_main.c
index 5ec67f3f1853..15e432386b35 100644
--- a/drivers/net/ethernet/pensando/ionic/ionic_main.c
+++ b/drivers/net/ethernet/pensando/ionic/ionic_main.c
@@ -2,7 +2,6 @@
 /* Copyright(c) 2017 - 2019 Pensando Systems, Inc */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/netdevice.h>
 #include <linux/utsname.h>




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

end of thread, other threads:[~2019-09-07 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  9:54 [PATCH net-next] ionic: Remove unused including <linux/version.h> YueHaibing
2019-09-06  9:54 ` YueHaibing
2019-09-06 15:36 ` Shannon Nelson
2019-09-06 15:36   ` Shannon Nelson
2019-09-07 16:01 ` David Miller
2019-09-07 16:01   ` David Miller

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.