aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac802154/trace.c')
-rw-r--r--net/mac802154/trace.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mac802154/trace.c b/net/mac802154/trace.c
new file mode 100644
index 000000000000..863e5e6b983d
--- /dev/null
+++ b/net/mac802154/trace.c
@@ -0,0 +1,9 @@
+#include <linux/module.h>
+
+#ifndef __CHECKER__
+#include <net/cfg802154.h>
+#include "driver-ops.h"
+#define CREATE_TRACE_POINTS
+#include "trace.h"
+
+#endif