diff options
author | Sven Eckelmann <sven@narfation.org> | 2016-05-15 17:48:31 -0400 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2016-06-30 04:29:43 -0400 |
commit | ba412080fb6461b5a40dbc5e44186ed029d67b8d (patch) | |
tree | 5db650b562d40b428f0249ef14932ddb908921a0 /net/batman-adv/network-coding.c | |
parent | 01d350d14712d1e8dbf2b00c82d2fc7c48d34e04 (diff) |
batman-adv: Consolidate logging related functions
There are several places in batman-adv which provide logging related
functions. These should be grouped together in the log.* files to make them
easier to find.
Reported-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/network-coding.c')
-rw-r--r-- | net/batman-adv/network-coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/network-coding.c b/net/batman-adv/network-coding.c index d0383dea6440..293ef4ffd4e1 100644 --- a/net/batman-adv/network-coding.c +++ b/net/batman-adv/network-coding.c | |||
@@ -51,6 +51,7 @@ | |||
51 | 51 | ||
52 | #include "hard-interface.h" | 52 | #include "hard-interface.h" |
53 | #include "hash.h" | 53 | #include "hash.h" |
54 | #include "log.h" | ||
54 | #include "originator.h" | 55 | #include "originator.h" |
55 | #include "packet.h" | 56 | #include "packet.h" |
56 | #include "routing.h" | 57 | #include "routing.h" |