netdev: convert pseudo-devices to netdev_tx_t
[deliverable/linux.git] / net / ipv4 / ip_gre.c
index b902ef55be7fa3790bdc106001d1fecbc2a0ba52..5b1af70cd8097d7354360bf7e8f64b3b08bf178f 100644 (file)
@@ -662,7 +662,7 @@ drop_nolock:
        return(0);
 }
 
-static int ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
+static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
 {
        struct ip_tunnel *tunnel = netdev_priv(dev);
        struct net_device_stats *stats = &tunnel->dev->stats;
This page took 0.024373 seconds and 5 git commands to generate.