netdev: convert pseudo drivers to netdev_tx_t
These are all drivers that don't touch real hardware. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6518bbb803
commit
424efe9caf
@@ -951,7 +951,7 @@ out:
|
||||
/*
|
||||
* Network interface unit routines.
|
||||
*/
|
||||
static int
|
||||
static netdev_tx_t
|
||||
ppp_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
||||
{
|
||||
struct ppp *ppp = netdev_priv(dev);
|
||||
|
Reference in New Issue
Block a user