Commit 8635764b authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

netpoll: Remove unused inline function netpoll_netdev_init()



commit d565b0a1 ("net: Add Generic Receive Offload infrastructure")
left behind this, remove it.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0d40efab
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -102,9 +102,6 @@ static inline void *netpoll_poll_lock(struct napi_struct *napi)
static inline void netpoll_poll_unlock(void *have)
{
}
static inline void netpoll_netdev_init(struct net_device *dev)
{
}
static inline bool netpoll_tx_running(struct net_device *dev)
{
	return false;