diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-03-02 01:04:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-02 16:43:40 -0500 |
commit | 46d4e47abee04c24055114d50e408078a09c4d36 (patch) | |
tree | 327c7545acd87dc372bb4d42b125c10ccbed067b /include/net/ax25.h | |
parent | 204d2dcae46150777ca90c6d480c57022796c547 (diff) |
ax25: Make ax25_header and ax25_rebuild_header static
The only user is in ax25_ip.c so stop exporting these functions.
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-hams@vger.kernel.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ax25.h')
-rw-r--r-- | include/net/ax25.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ax25.h b/include/net/ax25.h index bf0396e9a5d3..7385a64b61b8 100644 --- a/include/net/ax25.h +++ b/include/net/ax25.h | |||
@@ -366,9 +366,6 @@ int ax25_kiss_rcv(struct sk_buff *, struct net_device *, struct packet_type *, | |||
366 | struct net_device *); | 366 | struct net_device *); |
367 | 367 | ||
368 | /* ax25_ip.c */ | 368 | /* ax25_ip.c */ |
369 | int ax25_hard_header(struct sk_buff *, struct net_device *, unsigned short, | ||
370 | const void *, const void *, unsigned int); | ||
371 | int ax25_rebuild_header(struct sk_buff *); | ||
372 | extern const struct header_ops ax25_header_ops; | 369 | extern const struct header_ops ax25_header_ops; |
373 | 370 | ||
374 | /* ax25_out.c */ | 371 | /* ax25_out.c */ |