net: mvneta: remove unneeded version.h include
authorJesper Juhl <jj@chaosbits.net>
Tue, 18 Dec 2012 21:54:49 +0000 (22:54 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Jan 2013 09:49:15 +0000 (10:49 +0100)
The file uses nothing from the version.h header, so there is no reason
to include it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/ethernet/marvell/mvneta.c

index b6025c305e1086e5a45beeac14cf10a93b41c0fe..cd345b8969bcaa75643a34da5819af5d569a1523 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <linux/kernel.h>
-#include <linux/version.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/platform_device.h>