Skip to content

Commit

Permalink
net: mvneta: remove unneeded version.h include
Browse files Browse the repository at this point in the history
The file uses nothing from the version.h header, so there is no reason
to include it.

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
jjuhl authored and Jiri Kosina committed Jan 29, 2013
1 parent 6176772 commit c353516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/marvell/mvneta.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c353516

Please sign in to comment.