diff options
author | Chris Zankel <chris@zankel.net> | 2009-04-03 05:29:05 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-03 05:29:05 -0400 |
commit | 65127d28e312bb6b38ce84a7bb71d762ef63ad4c (patch) | |
tree | d5fdf52a2d0731f7fab0ce0ed394faac50b04fbc /drivers/net/ucc_geth.h | |
parent | b8bb76713ec50df2f11efee386e16f93d51e1076 (diff) | |
parent | 8fe74cf053de7ad2124a894996f84fa890a81093 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into merge
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; |