driver-trace.c 230 B

12345678910
  1. /* bug in tracepoint.h, it should include this */
  2. #include <linux/module.h>
  3. /* sparse isn't too happy with all macros... */
  4. #ifndef __CHECKER__
  5. #include "driver-ops.h"
  6. #define CREATE_TRACE_POINTS
  7. #include "driver-trace.h"
  8. #endif