summaryrefslogtreecommitdiff
path: root/net/batman-adv/trace.c
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2018-10-21 11:30:30 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2018-11-12 10:41:50 +0100
commit95d8f85c911331fc4b4a6039295b3fe1673c73e7 (patch)
tree2e628a4f67cbe4086edfbfec6aedc1fa0a54fa4d /net/batman-adv/trace.c
parenta5dac4da72f59f9565af747f0e4a2d943f902240 (diff)
batman-adv: Improve includes for trace functionality
The batadv_dbg trace event uses different functionality and datastructures which are not directly associated with the trace infrastructure. It should not be expected that the trace headers indirectly provide them and instead include the required headers directly. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/trace.c')
-rw-r--r--net/batman-adv/trace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/trace.c b/net/batman-adv/trace.c
index 3d57f9981f25..8e1024217cff 100644
--- a/net/batman-adv/trace.c
+++ b/net/batman-adv/trace.c
@@ -16,7 +16,5 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
-#include <linux/module.h>
-
#define CREATE_TRACE_POINTS
#include "trace.h"