]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - net/mac80211/trace.c
mac80211: rename driver-trace file
[karo-tx-linux.git] / net / mac80211 / trace.c
1 /* bug in tracepoint.h, it should include this */
2 #include <linux/module.h>
3
4 /* sparse isn't too happy with all macros... */
5 #ifndef __CHECKER__
6 #include "driver-ops.h"
7 #define CREATE_TRACE_POINTS
8 #include "trace.h"
9 #endif