blob: 943da6e7076cb95b8947a1ade04032439d2f82d7 [file] [log] [blame]
Johannes Berg0a2b8bb2009-07-07 13:46:22 +02001/* bug in tracepoint.h, it should include this */
2#include <linux/module.h>
3
Johannes Berg57c9fff2009-07-29 15:46:21 +02004/* sparse isn't too happy with all macros... */
5#ifndef __CHECKER__
Johannes Berg0a2b8bb2009-07-07 13:46:22 +02006#include "driver-ops.h"
7#define CREATE_TRACE_POINTS
Johannes Berg011ad0e2012-06-22 12:55:52 +02008#include "trace.h"
Johannes Berg57c9fff2009-07-29 15:46:21 +02009#endif