2009-07-07 19:46:22 +08:00
|
|
|
/* bug in tracepoint.h, it should include this */
|
|
|
|
#include <linux/module.h>
|
|
|
|
|
2009-07-29 21:46:21 +08:00
|
|
|
/* sparse isn't too happy with all macros... */
|
|
|
|
#ifndef __CHECKER__
|
2009-07-07 19:46:22 +08:00
|
|
|
#include "driver-ops.h"
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
|
|
#include "driver-trace.h"
|
2009-07-29 21:46:21 +08:00
|
|
|
#endif
|