[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190906095410.107596-1-yuehaibing@huawei.com>
Date: Fri, 6 Sep 2019 09:54:09 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Shannon Nelson <snelson@...sando.io>,
Pensando Drivers <drivers@...sando.io>,
"David S . Miller" <davem@...emloft.net>
CC: YueHaibing <yuehaibing@...wei.com>, <netdev@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>
Subject: [PATCH net-next] ionic: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@...wei.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>
Powered by blists - more mailing lists