diff options
Diffstat (limited to 'drivers/net/gianfar.h')
-rw-r--r-- | drivers/net/gianfar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/gianfar.h b/drivers/net/gianfar.h index 54332b0059df..dd499d7cde26 100644 --- a/drivers/net/gianfar.h +++ b/drivers/net/gianfar.h | |||
@@ -738,7 +738,8 @@ struct gfar_private { | |||
738 | spinlock_t rxlock; | 738 | spinlock_t rxlock; |
739 | 739 | ||
740 | struct device_node *node; | 740 | struct device_node *node; |
741 | struct net_device *dev; | 741 | struct net_device *ndev; |
742 | struct of_device *ofdev; | ||
742 | struct napi_struct napi; | 743 | struct napi_struct napi; |
743 | 744 | ||
744 | /* skb array and index */ | 745 | /* skb array and index */ |