blob: 8ed8711b1a6d9ec6a4061b0df460b0d91b1a41db [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
8#include "driver-trace.h"
Johannes Berg57c9fff2009-07-29 15:46:21 +02009#endif