aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-24 02:40:08 -0700
committerDavid S. Miller <davem@davemloft.net>2011-06-24 02:40:08 -0700
commit95cb3656c09fcf6577138337216c27744ebc91e2 (patch)
treefbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/sfc
parentqlcnic: multi protocol internal loopback support added. (diff)
downloadlinux-dev-95cb3656c09fcf6577138337216c27744ebc91e2.tar.xz
linux-dev-95cb3656c09fcf6577138337216c27744ebc91e2.zip
net: Remove unneeded version.h includes from drivers/net/
It was pointed out by 'make versioncheck' that some includes of linux/version.h are not needed in drivers/net/. This patch removes them. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r--drivers/net/sfc/net_driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h
index e8d5f03a89fe..1affbf4d7083 100644
--- a/drivers/net/sfc/net_driver.h
+++ b/drivers/net/sfc/net_driver.h
@@ -17,7 +17,6 @@
#define DEBUG
#endif
-#include <linux/version.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>