diff options
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r-- | drivers/net/fealnx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c index f66da84a9398..18d5fbb9673e 100644 --- a/drivers/net/fealnx.c +++ b/drivers/net/fealnx.c | |||
@@ -433,7 +433,7 @@ static void netdev_timer(unsigned long data); | |||
433 | static void reset_timer(unsigned long data); | 433 | static void reset_timer(unsigned long data); |
434 | static void fealnx_tx_timeout(struct net_device *dev); | 434 | static void fealnx_tx_timeout(struct net_device *dev); |
435 | static void init_ring(struct net_device *dev); | 435 | static void init_ring(struct net_device *dev); |
436 | static int start_tx(struct sk_buff *skb, struct net_device *dev); | 436 | static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); |
437 | static irqreturn_t intr_handler(int irq, void *dev_instance); | 437 | static irqreturn_t intr_handler(int irq, void *dev_instance); |
438 | static int netdev_rx(struct net_device *dev); | 438 | static int netdev_rx(struct net_device *dev); |
439 | static void set_rx_mode(struct net_device *dev); | 439 | static void set_rx_mode(struct net_device *dev); |
@@ -1305,7 +1305,7 @@ static void init_ring(struct net_device *dev) | |||
1305 | } | 1305 | } |
1306 | 1306 | ||
1307 | 1307 | ||
1308 | static int start_tx(struct sk_buff *skb, struct net_device *dev) | 1308 | static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) |
1309 | { | 1309 | { |
1310 | struct netdev_private *np = netdev_priv(dev); | 1310 | struct netdev_private *np = netdev_priv(dev); |
1311 | unsigned long flags; | 1311 | unsigned long flags; |