netpoll: Remove unused inline function netpoll_netdev_init()

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
YueHaibing 2020-07-15 10:52:03 +08:00 коммит произвёл David S. Miller
Родитель 0d40efabe3
Коммит 8635764bcf
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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;