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>
This commit is contained in:
Jesper Juhl 2012-12-18 22:54:49 +01:00 committed by Jiri Kosina
parent 617677295b
commit c353516f48
1 changed files with 0 additions and 1 deletions

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