Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[safe/jmp/linux-2.6] / net / netrom / nr_dev.c
index c7b7838..7aa11b0 100644 (file)
@@ -169,7 +169,7 @@ static int nr_close(struct net_device *dev)
        return 0;
 }
 
-static int nr_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t nr_xmit(struct sk_buff *skb, struct net_device *dev)
 {
        struct net_device_stats *stats = &dev->stats;
        unsigned int len = skb->len;