batman-adv: Move compare_orig to originator.c
authorSven Eckelmann <sven@narfation.org>
Wed, 15 Jun 2011 13:08:59 +0000 (15:08 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 20 Jun 2011 08:38:55 +0000 (10:38 +0200)
commitb8e2dd135c3d8b06a4bc6d52b69317bdcccf4605
tree555c4912e9947cfcb9c2d19641c4745a8da00d89
parentecbd532108cb21d9d3770f73e168bad65d14d9eb
batman-adv: Move compare_orig to originator.c

compare_orig is only used in context of orig_node which is managed
inside originator.c. It is not necessary to keep that function inside
the header originator.h.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/originator.c
net/batman-adv/originator.h