repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
net
/
mac80211
/
driver-trace.c
blob
8ed8711b1a6d9ec6a4061b0df460b0d91b1a41db
1
/* bug in tracepoint.h, it should include this */
2
#include <linux/module.h>
3
4
/* sparse isn't too happy with all macros... */
5
#ifndef __CHECKER__
6
#include
"driver-ops.h"
7
#define CREATE_TRACE_POINTS
8
#include
"driver-trace.h"
9
#endif