mirror of https://gitee.com/openkylin/linux.git
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:
parent
0d40efabe3
commit
8635764bcf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue