gianfar: Remove unused device_node ref in gfar_private

Remove unused device node pointer.
Remove duplicated SET_NETDEV_DEV().

Signed-off-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Claudiu Manoil
2013-02-14 05:00:01 +00:00
committed by David S. Miller
parent e0376d0043
commit 41a2060976
2 changed files with 0 additions and 5 deletions

View File

@@ -1060,7 +1060,6 @@ struct gfar_private {
unsigned int total_tx_ring_size;
unsigned int total_rx_ring_size;
struct device_node *node;
struct net_device *ndev;
struct platform_device *ofdev;
enum gfar_errata errata;