diff options
Diffstat (limited to 'drivers/net/sis900.c')
-rw-r--r-- | drivers/net/sis900.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index 61ceeaaf104d..d8827323507a 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c | |||
@@ -214,7 +214,8 @@ static void sis900_check_mode (struct net_device *net_dev, struct mii_phy *mii_p | |||
214 | static void sis900_tx_timeout(struct net_device *net_dev); | 214 | static void sis900_tx_timeout(struct net_device *net_dev); |
215 | static void sis900_init_tx_ring(struct net_device *net_dev); | 215 | static void sis900_init_tx_ring(struct net_device *net_dev); |
216 | static void sis900_init_rx_ring(struct net_device *net_dev); | 216 | static void sis900_init_rx_ring(struct net_device *net_dev); |
217 | static int sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev); | 217 | static netdev_tx_t sis900_start_xmit(struct sk_buff *skb, |
218 | struct net_device *net_dev); | ||
218 | static int sis900_rx(struct net_device *net_dev); | 219 | static int sis900_rx(struct net_device *net_dev); |
219 | static void sis900_finish_xmit (struct net_device *net_dev); | 220 | static void sis900_finish_xmit (struct net_device *net_dev); |
220 | static irqreturn_t sis900_interrupt(int irq, void *dev_instance); | 221 | static irqreturn_t sis900_interrupt(int irq, void *dev_instance); |
@@ -1571,7 +1572,7 @@ static void sis900_tx_timeout(struct net_device *net_dev) | |||
1571 | * tell upper layer if the buffer is full | 1572 | * tell upper layer if the buffer is full |
1572 | */ | 1573 | */ |
1573 | 1574 | ||
1574 | static int | 1575 | static netdev_tx_t |
1575 | sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) | 1576 | sis900_start_xmit(struct sk_buff *skb, struct net_device *net_dev) |
1576 | { | 1577 | { |
1577 | struct sis900_private *sis_priv = netdev_priv(net_dev); | 1578 | struct sis900_private *sis_priv = netdev_priv(net_dev); |