diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-06-11 09:49:38 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-11 12:48:09 -0400 |
commit | fa8eeae102570dfdf3fd14347a0671cff8a2cfe4 (patch) | |
tree | ca1b00c366d61422ecd033c0e3f6a8a977440070 /drivers/net/wireless/cw1200/debug.h | |
parent | 10af87c3d99112b3ca279cadd874cd542e4f6699 (diff) | |
download | op-kernel-dev-fa8eeae102570dfdf3fd14347a0671cff8a2cfe4.zip op-kernel-dev-fa8eeae102570dfdf3fd14347a0671cff8a2cfe4.tar.gz |
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 1fea5b2..b525aba 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); |