aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/driver-trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/driver-trace.c')
-rw-r--r--net/mac80211/driver-trace.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mac80211/driver-trace.c b/net/mac80211/driver-trace.c
deleted file mode 100644
index 8ed8711b1a6d..000000000000
--- a/net/mac80211/driver-trace.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* bug in tracepoint.h, it should include this */
-#include <linux/module.h>
-
-/* sparse isn't too happy with all macros... */
-#ifndef __CHECKER__
-#include "driver-ops.h"
-#define CREATE_TRACE_POINTS
-#include "driver-trace.h"
-#endif