Blame view

net/mac80211/driver-trace.c 230 Bytes
0a2b8bb24   Johannes Berg   mac80211: driver ...
1
2
  /* bug in tracepoint.h, it should include this */
  #include <linux/module.h>
57c9fff3d   Johannes Berg   mac80211: fix spa...
3
4
  /* sparse isn't too happy with all macros... */
  #ifndef __CHECKER__
0a2b8bb24   Johannes Berg   mac80211: driver ...
5
6
7
  #include "driver-ops.h"
  #define CREATE_TRACE_POINTS
  #include "driver-trace.h"
57c9fff3d   Johannes Berg   mac80211: fix spa...
8
  #endif