]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/sunhme.c
netdev: convert bulk of drivers to netdev_tx_t
[net-next-2.6.git] / drivers / net / sunhme.c
index 008bd59fc64bcb0b5f5cd1a0ea0f67c7a2b489e2..37d721bbdb3532abf4a8919dca1b085e79226145 100644 (file)
@@ -2252,7 +2252,8 @@ static void happy_meal_tx_timeout(struct net_device *dev)
        netif_wake_queue(dev);
 }
 
-static int happy_meal_start_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t happy_meal_start_xmit(struct sk_buff *skb,
+                                        struct net_device *dev)
 {
        struct happy_meal *hp = netdev_priv(dev);
        int entry;