diff options
Diffstat (limited to 'drivers/firewire/net.c')
-rw-r--r-- | drivers/firewire/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/net.c b/drivers/firewire/net.c index a42209a73aed..d923d1dc458f 100644 --- a/drivers/firewire/net.c +++ b/drivers/firewire/net.c | |||
@@ -1188,7 +1188,7 @@ static int fwnet_stop(struct net_device *net) | |||
1188 | return 0; | 1188 | return 0; |
1189 | } | 1189 | } |
1190 | 1190 | ||
1191 | static int fwnet_tx(struct sk_buff *skb, struct net_device *net) | 1191 | static netdev_tx_t fwnet_tx(struct sk_buff *skb, struct net_device *net) |
1192 | { | 1192 | { |
1193 | struct fwnet_header hdr_buf; | 1193 | struct fwnet_header hdr_buf; |
1194 | struct fwnet_device *dev = netdev_priv(net); | 1194 | struct fwnet_device *dev = netdev_priv(net); |