diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-22 12:55:52 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-24 11:32:38 +0200 |
commit | 011ad0e9f8533cd003fb760663713df2655a2114 (patch) | |
tree | 75f08348ca9cd75c25782b1d4de88170eec0085c /net/mac80211/driver-trace.c | |
parent | bdcbd8e0e3ffdad32b14b6373e67bfcf5fd3f002 (diff) |
mac80211: rename driver-trace file
This file will contain more soon, so
rename it to just trace.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/driver-trace.c')
-rw-r--r-- | net/mac80211/driver-trace.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mac80211/driver-trace.c b/net/mac80211/driver-trace.c deleted file mode 100644 index 8ed8711b1a6..00000000000 --- a/net/mac80211/driver-trace.c +++ /dev/null @@ -1,9 +0,0 @@ -/* bug in tracepoint.h, it should include this */ -#include <linux/module.h> - -/* sparse isn't too happy with all macros... */ -#ifndef __CHECKER__ -#include "driver-ops.h" -#define CREATE_TRACE_POINTS -#include "driver-trace.h" -#endif |