Merge branches 'for-2639/i2c/i2c-ce4100-v6', 'for-2639/i2c/i2c-eg20t-v3' and 'for...
[firefly-linux-kernel-4.4.55.git] / net / mac80211 / driver-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 "driver-trace.h"
9 #endif