aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ax25.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ax25.h')
-rw-r--r--include/net/ax25.h5
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 */
370int ax25_neigh_construct(struct neighbour *neigh); 370netdev_tx_t ax25_ip_xmit(struct sk_buff *skb);
371extern const struct header_ops ax25_header_ops; 371extern const struct header_ops ax25_header_ops;
372struct ax25_neigh_priv {
373 struct neigh_ops ops;
374};
375 372
376/* ax25_out.c */ 373/* ax25_out.c */
377ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *, 374ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *,