]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
neigh: Move neigh_compat_output into ax25_ip.c
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Mar 2015 06:07:37 +0000 (00:07 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Mar 2015 21:43:40 +0000 (16:43 -0500)
commitdef6775369fab9d36817b9a6bc58cab67f53f1dc
treeaa69d297f88e4e835d6b1b53114f4a4872d08da7
parent21bfb8e93301e55760dde9f775e58fd6c4f248f8
neigh: Move neigh_compat_output into ax25_ip.c

The only caller is now is ax25_neigh_construct so move
neigh_compat_output into ax25_ip.c make it static and rename it
ax25_neigh_output.

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>
include/net/neighbour.h
net/ax25/ax25_ip.c
net/core/neighbour.c