Skip to content

Commit

Permalink
net: bcmgenet: Remove unnecessary version.h inclusion
Browse files Browse the repository at this point in the history
version.h inclusion is not necessary as detected by versioncheck.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Sachin Kamat authored and davem330 committed Apr 4, 2014
1 parent a50988a commit 65e71ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/broadcom/genet/bcmgenet.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include <linux/dma-mapping.h>
#include <linux/pm.h>
#include <linux/clk.h>
#include <linux/version.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
Expand Down

0 comments on commit 65e71ff

Please sign in to comment.