diff options
Diffstat (limited to 'drivers/net/loopback.c')
-rw-r--r-- | drivers/net/loopback.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/loopback.c b/drivers/net/loopback.c index 51bbce72bede..1bc654a73c47 100644 --- a/drivers/net/loopback.c +++ b/drivers/net/loopback.c | |||
@@ -69,7 +69,8 @@ struct pcpu_lstats { | |||
69 | * The higher levels take care of making this non-reentrant (it's | 69 | * The higher levels take care of making this non-reentrant (it's |
70 | * called with bh's disabled). | 70 | * called with bh's disabled). |
71 | */ | 71 | */ |
72 | static int loopback_xmit(struct sk_buff *skb, struct net_device *dev) | 72 | static netdev_tx_t loopback_xmit(struct sk_buff *skb, |
73 | struct net_device *dev) | ||
73 | { | 74 | { |
74 | struct pcpu_lstats *pcpu_lstats, *lb_stats; | 75 | struct pcpu_lstats *pcpu_lstats, *lb_stats; |
75 | int len; | 76 | int len; |