diff options
author | Kevin McKinney <klmckinney1@gmail.com> | 2012-05-18 08:51:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-18 20:41:16 -0400 |
commit | c3c6cc91b0ae7b3d598488ad0b593bafba4a0817 (patch) | |
tree | 41a813d189bbafc6425891da3768d2c302e08f51 | |
parent | 26cd230f0e7e1ddd1681752430d4d4c7b37d9b01 (diff) |
Staging: bcm: Remove two unused variables from Adapter.h
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.h | 2 |
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 { | |||
351 | u32 msg_enable; | 351 | u32 msg_enable; |
352 | CHAR *caDsxReqResp; | 352 | CHAR *caDsxReqResp; |
353 | atomic_t ApplicationRunning; | 353 | atomic_t ApplicationRunning; |
354 | int CtrlQueueLen; | ||
355 | atomic_t AppCtrlQueueLen; | ||
356 | BOOLEAN AppCtrlQueueOverFlow; | 354 | BOOLEAN AppCtrlQueueOverFlow; |
357 | atomic_t CurrentApplicationCount; | 355 | atomic_t CurrentApplicationCount; |
358 | atomic_t RegisteredApplicationCount; | 356 | atomic_t RegisteredApplicationCount; |