diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 21:06:47 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-16 12:14:24 -0400 |
commit | b892e98090fed57797528bb17abcca260f23df2d (patch) | |
tree | 389947d842169db92f613c1f591464420e066bcb /drivers/net/ethernet/qualcomm | |
parent | 3122a92e80957e30ea9afd963128c6e6c0f5c2ac (diff) | |
download | linux-b892e98090fed57797528bb17abcca260f23df2d.tar.gz linux-b892e98090fed57797528bb17abcca260f23df2d.tar.bz2 linux-b892e98090fed57797528bb17abcca260f23df2d.zip |
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>
Diffstat (limited to 'drivers/net/ethernet/qualcomm')
-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 @@ #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" |