diff options
Diffstat (limited to 'include/net/ax25.h')
-rw-r--r-- | include/net/ax25.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index 45feeba7a325..16a923a3a43a 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h | |||
@@ -367,11 +367,8 @@ int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *, | |||
367 | struct net_device *); | 367 | struct net_device *); |
368 | 368 | ||
369 | /* ax25_ip.c */ | 369 | /* ax25_ip.c */ |
370 | int ax25_neigh_construct(struct neighbour *neigh); | 370 | netdev_tx_t ax25_ip_xmit(struct sk_buff *skb); |
371 | extern const struct header_ops ax25_header_ops; | 371 | extern const struct header_ops ax25_header_ops; |
372 | struct ax25_neigh_priv { | ||
373 | struct neigh_ops ops; | ||
374 | }; | ||
375 | 372 | ||
376 | /* ax25_out.c */ | 373 | /* ax25_out.c */ |
377 | ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *, | 374 | ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *, |