diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 09:06:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-16 12:14:24 -0400 |
commit | b892e98090fed57797528bb17abcca260f23df2d (patch) | |
tree | 389947d842169db92f613c1f591464420e066bcb | |
parent | 3122a92e80957e30ea9afd963128c6e6c0f5c2ac (diff) |
ethernet: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/qualcomm/qca_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qualcomm/qca_spi.c b/drivers/net/ethernet/qualcomm/qca_spi.c index 4a42e960d331..f66641d961e3 100644 --- a/drivers/net/ethernet/qualcomm/qca_spi.c +++ b/drivers/net/ethernet/qualcomm/qca_spi.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <linux/skbuff.h> | 41 | #include <linux/skbuff.h> |
42 | #include <linux/spi/spi.h> | 42 | #include <linux/spi/spi.h> |
43 | #include <linux/types.h> | 43 | #include <linux/types.h> |
44 | #include <linux/version.h> | ||
45 | 44 | ||
46 | #include "qca_7k.h" | 45 | #include "qca_7k.h" |
47 | #include "qca_debug.h" | 46 | #include "qca_debug.h" |