Johannes Berg | 0a2b8bb | 2009-07-07 13:46:22 +0200 | [diff] [blame] | 1 | /* bug in tracepoint.h, it should include this */ |
2 | #include <linux/module.h> | ||||
3 | |||||
Johannes Berg | 57c9fff | 2009-07-29 15:46:21 +0200 | [diff] [blame] | 4 | /* sparse isn't too happy with all macros... */ |
5 | #ifndef __CHECKER__ | ||||
Johannes Berg | 0a2b8bb | 2009-07-07 13:46:22 +0200 | [diff] [blame] | 6 | #include "driver-ops.h" |
7 | #define CREATE_TRACE_POINTS | ||||
8 | #include "driver-trace.h" | ||||
Johannes Berg | 57c9fff | 2009-07-29 15:46:21 +0200 | [diff] [blame] | 9 | #endif |