[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1429189607-23459-1-git-send-email-weiyj_lk@163.com>
Date: Thu, 16 Apr 2015 21:06:47 +0800
From: weiyj_lk@....com
To: "David S. Miller" <davem@...emloft.net>,
Tobias Klauser <tklauser@...tanz.ch>,
Stefan Wahren <stefan.wahren@...e.com>,
Nicolas Ferre <nicolas.ferre@...el.com>,
Joe Perches <joe@...ches.com>
Cc: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>, netdev@...r.kernel.org
Subject: [PATCH -next] ethernet: remove unused including <linux/version.h>
From: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@...ndmicro.com.cn>
---
drivers/net/ethernet/qualcomm/qca_spi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c
index 4a42e96..f66641d 100644
--- a/drivers/net/ethernet/qualcomm/qca_spi.c
+++ b/drivers/net/ethernet/qualcomm/qca_spi.c
@@ -41,7 +41,6 @@
#include <linux/skbuff.h>
#include <linux/spi/spi.h>
#include <linux/types.h>
-#include <linux/version.h>
#include "qca_7k.h"
#include "qca_debug.h"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists