diff options
Diffstat (limited to 'drivers/net/ucc_geth.h')
-rw-r--r-- | drivers/net/ucc_geth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth.h b/drivers/net/ucc_geth.h index e3a25e64a652..2f8ee7c87efe 100644 --- a/drivers/net/ucc_geth.h +++ b/drivers/net/ucc_geth.h | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/list.h> | 22 | #include <linux/list.h> |
23 | #include <linux/fsl_devices.h> | ||
24 | 23 | ||
25 | #include <asm/immap_qe.h> | 24 | #include <asm/immap_qe.h> |
26 | #include <asm/qe.h> | 25 | #include <asm/qe.h> |
@@ -1129,7 +1128,8 @@ struct ucc_geth_info { | |||
1129 | struct ucc_geth_private { | 1128 | struct ucc_geth_private { |
1130 | struct ucc_geth_info *ug_info; | 1129 | struct ucc_geth_info *ug_info; |
1131 | struct ucc_fast_private *uccf; | 1130 | struct ucc_fast_private *uccf; |
1132 | struct net_device *dev; | 1131 | struct device *dev; |
1132 | struct net_device *ndev; | ||
1133 | struct napi_struct napi; | 1133 | struct napi_struct napi; |
1134 | struct work_struct timeout_work; | 1134 | struct work_struct timeout_work; |
1135 | struct ucc_geth __iomem *ug_regs; | 1135 | struct ucc_geth __iomem *ug_regs; |