[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191026025109.75721-1-yuehaibing@huawei.com>
Date: Sat, 26 Oct 2019 02:51:09 +0000
From: YueHaibing <yuehaibing@...wei.com>
To: Egor Pomozov <epomozov@...vell.com>,
Igor Russkikh <igor.russkikh@...antia.com>,
"David S . Miller" <davem@...emloft.net>
CC: YueHaibing <yuehaibing@...wei.com>, <netdev@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH net-next] net: aquantia: 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/aquantia/atlantic/aq_ptp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_ptp.h b/drivers/net/ethernet/aquantia/atlantic/aq_ptp.h
index 3de4682f7c06..61486757c789 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_ptp.h
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_ptp.h
@@ -9,7 +9,6 @@
#define AQ_PTP_H
#include <linux/net_tstamp.h>
-#include <linux/version.h>
/* Common functions */
int aq_ptp_init(struct aq_nic_s *aq_nic, unsigned int idx_vec);
Powered by blists - more mailing lists