Browse Source

net: mvneta: remove unneeded version.h include

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>
Jesper Juhl 12 years ago
parent
commit
c353516f48
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/net/ethernet/marvell/mvneta.c

+ 0 - 1
drivers/net/ethernet/marvell/mvneta.c

@@ -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>