summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-05-18 08:51:00 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-18 17:41:16 -0700
commitc3c6cc91b0ae7b3d598488ad0b593bafba4a0817 (patch)
tree41a813d189bbafc6425891da3768d2c302e08f51
parent26cd230f0e7e1ddd1681752430d4d4c7b37d9b01 (diff)
Staging: bcm: Remove two unused variables from Adapter.hstaging-3.5-rc1
This patch removes two unused variables that are defined in the _MINI_ADAPTER struct. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/bcm/Adapter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 95652cbec2bd..aa51d17be5a1 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -351,8 +351,6 @@ struct _MINI_ADAPTER {
u32 msg_enable;
CHAR *caDsxReqResp;
atomic_t ApplicationRunning;
- int CtrlQueueLen;
- atomic_t AppCtrlQueueLen;
BOOLEAN AppCtrlQueueOverFlow;
atomic_t CurrentApplicationCount;
atomic_t RegisteredApplicationCount;