diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-03-02 07:04:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-02 22:43:40 +0100 |
commit | 46d4e47abee04c24055114d50e408078a09c4d36 (patch) | |
tree | 327c7545acd87dc372bb4d42b125c10ccbed067b /include/net/ax25.h | |
parent | ax25/6pack: Replace sp_header_ops with ax25_header_ops (diff) | |
download | linux-46d4e47abee04c24055114d50e408078a09c4d36.tar.xz linux-46d4e47abee04c24055114d50e408078a09c4d36.zip |
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 *, struct net_device *); /* ax25_ip.c */ -int ax25_hard_header(struct sk_buff *, struct net_device *, unsigned short, - const void *, const void *, unsigned int); -int ax25_rebuild_header(struct sk_buff *); extern const struct header_ops ax25_header_ops; /* ax25_out.c */ |