diff options
Diffstat (limited to 'drivers/net/appletalk/ltpc.c')
-rw-r--r-- | drivers/net/appletalk/ltpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/appletalk/ltpc.c b/drivers/net/appletalk/ltpc.c index c80fb9cf8ffa..08760baece7a 100644 --- a/drivers/net/appletalk/ltpc.c +++ b/drivers/net/appletalk/ltpc.c | |||
@@ -697,7 +697,7 @@ static int do_read(struct net_device *dev, void *cbuf, int cbuflen, | |||
697 | 697 | ||
698 | static struct timer_list ltpc_timer; | 698 | static struct timer_list ltpc_timer; |
699 | 699 | ||
700 | static int ltpc_xmit(struct sk_buff *skb, struct net_device *dev); | 700 | static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev); |
701 | 701 | ||
702 | static int read_30 ( struct net_device *dev) | 702 | static int read_30 ( struct net_device *dev) |
703 | { | 703 | { |
@@ -895,7 +895,7 @@ static void ltpc_poll(unsigned long l) | |||
895 | 895 | ||
896 | /* DDP to LLAP translation */ | 896 | /* DDP to LLAP translation */ |
897 | 897 | ||
898 | static int ltpc_xmit(struct sk_buff *skb, struct net_device *dev) | 898 | static netdev_tx_t ltpc_xmit(struct sk_buff *skb, struct net_device *dev) |
899 | { | 899 | { |
900 | /* in kernel 1.3.xx, on entry skb->data points to ddp header, | 900 | /* in kernel 1.3.xx, on entry skb->data points to ddp header, |
901 | * and skb->len is the length of the ddp data + ddp header | 901 | * and skb->len is the length of the ddp data + ddp header |