Loading drivers/net/sky2.c +2 −1 Original line number Diff line number Diff line Loading @@ -3995,6 +3995,7 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw, dev->tx_timeout = sky2_tx_timeout; dev->watchdog_timeo = TX_WATCHDOG; #ifdef CONFIG_NET_POLL_CONTROLLER if (port == 0) dev->poll_controller = sky2_netpoll; #endif Loading Loading
drivers/net/sky2.c +2 −1 Original line number Diff line number Diff line Loading @@ -3995,6 +3995,7 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw, dev->tx_timeout = sky2_tx_timeout; dev->watchdog_timeo = TX_WATCHDOG; #ifdef CONFIG_NET_POLL_CONTROLLER if (port == 0) dev->poll_controller = sky2_netpoll; #endif Loading