aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/sgi-xp/xpnet.c')
-rw-r--r--drivers/misc/sgi-xp/xpnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/sgi-xp/xpnet.c b/drivers/misc/sgi-xp/xpnet.c
index 0c26eaf5f62b..216d5c756236 100644
--- a/drivers/misc/sgi-xp/xpnet.c
+++ b/drivers/misc/sgi-xp/xpnet.c
@@ -407,7 +407,7 @@ xpnet_send(struct sk_buff *skb, struct xpnet_pending_msg *queued_msg,
407 * destination partid. If the destination partid octets are 0xffff, 407 * destination partid. If the destination partid octets are 0xffff,
408 * this packet is to be broadcast to all connected partitions. 408 * this packet is to be broadcast to all connected partitions.
409 */ 409 */
410static int 410static netdev_tx_t
411xpnet_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) 411xpnet_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
412{ 412{
413 struct xpnet_pending_msg *queued_msg; 413 struct xpnet_pending_msg *queued_msg;