net: fs_enet: Remove unused timer
Removes unused timer and its old initialization call. Cc: Pantelis Antoniou <pantelis.antoniou@gmail.com> Cc: Vitaly Bordug <vbordug@ru.mvista.com> Cc: linuxppc-dev@lists.ozlabs.org Cc: netdev@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cac6a8f901
commit
7d85b2c8d1
|
@ -1023,8 +1023,6 @@ static int fs_enet_probe(struct platform_device *ofdev)
|
|||
|
||||
ndev->ethtool_ops = &fs_ethtool_ops;
|
||||
|
||||
init_timer(&fep->phy_timer_list);
|
||||
|
||||
netif_carrier_off(ndev);
|
||||
|
||||
ndev->features |= NETIF_F_SG;
|
||||
|
|
|
@ -137,7 +137,6 @@ struct fs_enet_private {
|
|||
cbd_t __iomem *cur_rx;
|
||||
cbd_t __iomem *cur_tx;
|
||||
int tx_free;
|
||||
struct timer_list phy_timer_list;
|
||||
const struct phy_info *phy;
|
||||
u32 msg_enable;
|
||||
struct mii_if_info mii_if;
|
||||
|
|
Loading…
Reference in New Issue