diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-06-11 15:49:38 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-11 18:48:09 +0200 |
commit | fa8eeae102570dfdf3fd14347a0671cff8a2cfe4 (patch) | |
tree | ca1b00c366d61422ecd033c0e3f6a8a977440070 /drivers/net/wireless/cw1200/debug.h | |
parent | rt2x00: rt2x00queue: initialize data_queue fields earlier (diff) | |
download | linux-fa8eeae102570dfdf3fd14347a0671cff8a2cfe4.tar.xz linux-fa8eeae102570dfdf3fd14347a0671cff8a2cfe4.zip |
cw1200: Remove "ITP" debug subsystem.
This can live on as an out-of-tree patch for those that care.
Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/cw1200/debug.h')
-rw-r--r-- | drivers/net/wireless/cw1200/debug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/cw1200/debug.h b/drivers/net/wireless/cw1200/debug.h index 1fea5b29a819..b525aba53bfc 100644 --- a/drivers/net/wireless/cw1200/debug.h +++ b/drivers/net/wireless/cw1200/debug.h @@ -12,8 +12,6 @@ #ifndef CW1200_DEBUG_H_INCLUDED #define CW1200_DEBUG_H_INCLUDED -#include "itp.h" - struct cw1200_debug_priv { struct dentry *debugfs_phy; int tx; @@ -30,9 +28,6 @@ struct cw1200_debug_priv { int ba_acc; int ba_cnt_rx; int ba_acc_rx; -#ifdef CONFIG_CW1200_ITP - struct cw1200_itp itp; -#endif /* CONFIG_CW1200_ITP */ }; int cw1200_debug_init(struct cw1200_common *priv); |