Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279430
b: refs/heads/master
c: 76ff9a6
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jan 4, 2012
1 parent 2dbcf70 commit a0d834e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1512a486569e039555907db36948d92b7fd32d7e
refs/heads/master: 76ff9a611d08d1fc03283c32cf16180e40cb6931
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ath/ath5k/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

#include <linux/tracepoint.h>

#ifndef CONFIG_ATH5K_TRACER

#if !defined(CONFIG_ATH5K_TRACER) || defined(__CHECKER__)
#undef TRACE_EVENT
#define TRACE_EVENT(name, proto, ...) \
static inline void trace_ ## name(proto) {}
Expand Down Expand Up @@ -93,7 +94,7 @@ TRACE_EVENT(ath5k_tx_complete,

#endif /* __TRACE_ATH5K_H */

#ifdef CONFIG_ATH5K_TRACER
#if defined(CONFIG_ATH5K_TRACER) && !defined(__CHECKER__)

#undef TRACE_INCLUDE_PATH
#define TRACE_INCLUDE_PATH ../../drivers/net/wireless/ath/ath5k
Expand Down

0 comments on commit a0d834e

Please sign in to comment.