]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4d19ed4d8a5eba0a633ac4005a46f153fb2d52bc
tree555c4912e9947cfcb9c2d19641c4745a8da00d89
parent9fcc92628b087bdffb317798d5e1f4ac56b480c0
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