summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/softing
diff options
context:
space:
mode:
authorJesper Juhl2011-06-24 11:40:08 +0200
committerDavid S. Miller2011-06-24 11:40:08 +0200
commit95cb3656c09fcf6577138337216c27744ebc91e2 (patch)
treefbcd06dcad2f7b8daeecc649e4b34079ef16adf2 /drivers/net/can/softing
parentqlcnic: multi protocol internal loopback support added. (diff)
downloadkernel-qcow2-linux-95cb3656c09fcf6577138337216c27744ebc91e2.tar.gz
kernel-qcow2-linux-95cb3656c09fcf6577138337216c27744ebc91e2.tar.xz
kernel-qcow2-linux-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/can/softing')
-rw-r--r--drivers/net/can/softing/softing_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/can/softing/softing_main.c b/drivers/net/can/softing/softing_main.c
index 954b2959b6b2..a79925e72d66 100644
--- a/drivers/net/can/softing/softing_main.c
+++ b/drivers/net/can/softing/softing_main.c
@@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/interrupt.h>