Loading drivers/net/fs_enet/fs_enet-main.c +39 −46 Original line number Diff line number Diff line Loading @@ -343,7 +343,6 @@ static void fs_enet_tx(struct net_device *dev) do_wake = do_restart = 0; while (((sc = CBDR_SC(bdp)) & BD_ENET_TX_READY) == 0) { dirtyidx = bdp - fep->tx_bd_base; if (fep->tx_free == fep->tx_ring) Loading Loading @@ -444,7 +443,6 @@ fs_enet_interrupt(int irq, void *dev_id) nr = 0; while ((int_events = (*fep->ops->get_int_events)(dev)) != 0) { nr++; int_clr_events = int_events; Loading Loading @@ -705,7 +703,6 @@ static void generic_adjust_link(struct net_device *dev) int new_state = 0; if (phydev->link) { /* adjust to duplex mode */ if (phydev->duplex != fep->oldduplex) { new_state = 1; Loading @@ -727,7 +724,6 @@ static void generic_adjust_link(struct net_device *dev) if (new_state) fep->ops->restart(dev); } else if (fep->oldlink) { new_state = 1; fep->oldlink = 0; Loading Loading @@ -782,7 +778,6 @@ static int fs_init_phy(struct net_device *dev) return 0; } static int fs_enet_open(struct net_device *dev) { struct fs_enet_private *fep = netdev_priv(dev); Loading Loading @@ -1068,7 +1063,6 @@ static struct net_device *fs_init_instance(struct device *dev, err: if (ndev != NULL) { if (registered) unregister_netdev(ndev); Loading Loading @@ -1259,7 +1253,6 @@ static int __init fs_init(void) err: cleanup_immap(); return r; } static void __exit fs_cleanup(void) Loading drivers/net/fs_enet/mac-fcc.c +0 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ static inline int fcc_cr_cmd(struct fs_enet_private *fep, u32 mcn, u32 op) { const struct fs_platform_info *fpi = fep->fpi; cpm2_map_t *immap = fs_enet_immap; cpm_cpm2_t *cpmp = &immap->im_cpm; u32 v; Loading drivers/net/fs_enet/mii-bitbang.c +0 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * kind, whether express or implied. */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> Loading Loading @@ -308,7 +307,6 @@ static int fs_mii_bitbang_init(struct bb_info *bitbang, struct fs_mii_bb_platfor return 0; } static int __devinit fs_enet_mdio_probe(struct device *dev) { struct platform_device *pdev = to_platform_device(dev); Loading Loading @@ -371,7 +369,6 @@ static int __devinit fs_enet_mdio_probe(struct device *dev) return err; } static int fs_enet_mdio_remove(struct device *dev) { struct mii_bus *bus = dev_get_drvdata(dev); Loading drivers/net/fs_enet/mii-fec.c +0 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,6 @@ static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) } return ret; } static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) Loading drivers/net/fs_enet/fs_enet.h +2 −2 File changed.Contains only whitespace changes. Show changes Loading
drivers/net/fs_enet/fs_enet-main.c +39 −46 Original line number Diff line number Diff line Loading @@ -343,7 +343,6 @@ static void fs_enet_tx(struct net_device *dev) do_wake = do_restart = 0; while (((sc = CBDR_SC(bdp)) & BD_ENET_TX_READY) == 0) { dirtyidx = bdp - fep->tx_bd_base; if (fep->tx_free == fep->tx_ring) Loading Loading @@ -444,7 +443,6 @@ fs_enet_interrupt(int irq, void *dev_id) nr = 0; while ((int_events = (*fep->ops->get_int_events)(dev)) != 0) { nr++; int_clr_events = int_events; Loading Loading @@ -705,7 +703,6 @@ static void generic_adjust_link(struct net_device *dev) int new_state = 0; if (phydev->link) { /* adjust to duplex mode */ if (phydev->duplex != fep->oldduplex) { new_state = 1; Loading @@ -727,7 +724,6 @@ static void generic_adjust_link(struct net_device *dev) if (new_state) fep->ops->restart(dev); } else if (fep->oldlink) { new_state = 1; fep->oldlink = 0; Loading Loading @@ -782,7 +778,6 @@ static int fs_init_phy(struct net_device *dev) return 0; } static int fs_enet_open(struct net_device *dev) { struct fs_enet_private *fep = netdev_priv(dev); Loading Loading @@ -1068,7 +1063,6 @@ static struct net_device *fs_init_instance(struct device *dev, err: if (ndev != NULL) { if (registered) unregister_netdev(ndev); Loading Loading @@ -1259,7 +1253,6 @@ static int __init fs_init(void) err: cleanup_immap(); return r; } static void __exit fs_cleanup(void) Loading
drivers/net/fs_enet/mac-fcc.c +0 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,6 @@ static inline int fcc_cr_cmd(struct fs_enet_private *fep, u32 mcn, u32 op) { const struct fs_platform_info *fpi = fep->fpi; cpm2_map_t *immap = fs_enet_immap; cpm_cpm2_t *cpmp = &immap->im_cpm; u32 v; Loading
drivers/net/fs_enet/mii-bitbang.c +0 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ * kind, whether express or implied. */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> Loading Loading @@ -308,7 +307,6 @@ static int fs_mii_bitbang_init(struct bb_info *bitbang, struct fs_mii_bb_platfor return 0; } static int __devinit fs_enet_mdio_probe(struct device *dev) { struct platform_device *pdev = to_platform_device(dev); Loading Loading @@ -371,7 +369,6 @@ static int __devinit fs_enet_mdio_probe(struct device *dev) return err; } static int fs_enet_mdio_remove(struct device *dev) { struct mii_bus *bus = dev_get_drvdata(dev); Loading
drivers/net/fs_enet/mii-fec.c +0 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,6 @@ static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) } return ret; } static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) Loading