00001 /* bug in tracepoint.h, it should include this */ 00002 #include <linux/module.h> 00003 00004 /* sparse isn't too happy with all macros... */ 00005 #ifndef __CHECKER__ 00006 #include "driver-ops.h" 00007 #define CREATE_TRACE_POINTS 00008 #include "driver-trace.h" 00009 #endif