Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions drivers/net/ethernet/wangxun/ngbe/ngbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6904,6 +6904,7 @@ static int ngbe_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
}
}

#ifdef CONFIG_NET_POLL_CONTROLLER
/* Polling 'interrupt' - used by things like netconsole to send skbs
* without having to re-enable interrupts. It's not called while
* the interrupt routine is executing.
Expand All @@ -6928,6 +6929,7 @@ static void ngbe_netpoll(struct net_device *netdev)
ngbe_intr(0, adapter);
}
}
#endif

/**
* ngbe_setup_tc - routine to configure net_device for multiple traffic
Expand Down