diff options
Diffstat (limited to 'drivers/net/wan/sealevel.c')
-rw-r--r-- | drivers/net/wan/sealevel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wan/sealevel.c b/drivers/net/wan/sealevel.c index 23b269027453..0c525e24b247 100644 --- a/drivers/net/wan/sealevel.c +++ b/drivers/net/wan/sealevel.c | |||
@@ -156,7 +156,8 @@ static int sealevel_ioctl(struct net_device *d, struct ifreq *ifr, int cmd) | |||
156 | * Passed network frames, fire them downwind. | 156 | * Passed network frames, fire them downwind. |
157 | */ | 157 | */ |
158 | 158 | ||
159 | static int sealevel_queue_xmit(struct sk_buff *skb, struct net_device *d) | 159 | static netdev_tx_t sealevel_queue_xmit(struct sk_buff *skb, |
160 | struct net_device *d) | ||
160 | { | 161 | { |
161 | return z8530_queue_xmit(dev_to_chan(d)->chan, skb); | 162 | return z8530_queue_xmit(dev_to_chan(d)->chan, skb); |
162 | } | 163 | } |