Skip to content

Commit 862aa49

Browse files
ying-xuedavem330
authored andcommitted
neterion/s2io: remove unused s2io_start_tx_queue routine
Signed-off-by: Ying Xue <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1f3279a commit 862aa49

File tree

1 file changed

+0
-9
lines changed
  • drivers/net/ethernet/neterion

1 file changed

+0
-9
lines changed

drivers/net/ethernet/neterion/s2io.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,6 @@ static inline void s2io_start_all_tx_queue(struct s2io_nic *sp)
534534
netif_tx_start_all_queues(sp->dev);
535535
}
536536

537-
static inline void s2io_start_tx_queue(struct s2io_nic *sp, int fifo_no)
538-
{
539-
if (!sp->config.multiq)
540-
sp->mac_control.fifos[fifo_no].queue_state =
541-
FIFO_QUEUE_START;
542-
543-
netif_tx_start_all_queues(sp->dev);
544-
}
545-
546537
static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp)
547538
{
548539
if (!sp->config.multiq) {

0 commit comments

Comments
 (0)