diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 15:06:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-16 18:14:24 +0200 |
commit | b892e98090fed57797528bb17abcca260f23df2d (patch) | |
tree | 389947d842169db92f613c1f591464420e066bcb /drivers/net | |
parent | rocker: fix error return code in rocker_probe() (diff) | |
download | linux-b892e98090fed57797528bb17abcca260f23df2d.tar.xz 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')
-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" |