Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266620
b: refs/heads/master
c: 3038fac
h: refs/heads/master
v: v3
  • Loading branch information
Rajkumar Manoharan authored and Kalle Valo committed Sep 27, 2011
1 parent c4571c6 commit 29062fb
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: 1de547d6dcc66f6d9d227de9f510acbbf88a654f
refs/heads/master: 3038fac8d8dbecbda8fe92eb94bf1992e6b60ee4
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ static inline void dump_cred_dist_stats(struct htc_target *target)
{
}

void ath6kl_debug_fwlog_event(struct ath6kl *ar, const void *buf, size_t len)
static inline void ath6kl_debug_fwlog_event(struct ath6kl *ar,
const void *buf, size_t len)
{
}

Expand All @@ -114,7 +115,7 @@ static inline int ath6kl_debug_init(struct ath6kl *ar)
return 0;
}

void ath6kl_debug_cleanup(struct ath6kl *ar)
static inline void ath6kl_debug_cleanup(struct ath6kl *ar)
{
}

Expand Down

0 comments on commit 29062fb

Please sign in to comment.