diff options
author | Scott Wood <scottwood@freescale.com> | 2007-10-01 15:20:17 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:00 -0400 |
commit | 0fb300fa9d54118c6dce772a29362d896775eff2 (patch) | |
tree | 39871f8e06d1733d55ce4e04e255783f4520f02b /drivers/net/fs_enet/mac-fcc.c | |
parent | 3de96471bd7fb76406e975ef6387abe3a0698149 (diff) |
fs_enet: Whitespace cleanup.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/fs_enet/mac-fcc.c')
-rw-r--r-- | drivers/net/fs_enet/mac-fcc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/fs_enet/mac-fcc.c b/drivers/net/fs_enet/mac-fcc.c index 64071514d7d5..1e1024a4d432 100644 --- a/drivers/net/fs_enet/mac-fcc.c +++ b/drivers/net/fs_enet/mac-fcc.c | |||
@@ -86,7 +86,6 @@ | |||
86 | static inline int fcc_cr_cmd(struct fs_enet_private *fep, u32 mcn, u32 op) | 86 | static inline int fcc_cr_cmd(struct fs_enet_private *fep, u32 mcn, u32 op) |
87 | { | 87 | { |
88 | const struct fs_platform_info *fpi = fep->fpi; | 88 | const struct fs_platform_info *fpi = fep->fpi; |
89 | |||
90 | cpm2_map_t *immap = fs_enet_immap; | 89 | cpm2_map_t *immap = fs_enet_immap; |
91 | cpm_cpm2_t *cpmp = &immap->im_cpm; | 90 | cpm_cpm2_t *cpmp = &immap->im_cpm; |
92 | u32 v; | 91 | u32 v; |