summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorKevin McKinney2012-05-18 14:51:00 +0200
committerGreg Kroah-Hartman2012-05-19 02:41:16 +0200
commitc3c6cc91b0ae7b3d598488ad0b593bafba4a0817 (patch)
tree41a813d189bbafc6425891da3768d2c302e08f51 /drivers/staging
parentStaging: bcm: Removes the volatile type definition from Adapter.h (diff)
downloadkernel-qcow2-linux-c3c6cc91b0ae7b3d598488ad0b593bafba4a0817.tar.gz
kernel-qcow2-linux-c3c6cc91b0ae7b3d598488ad0b593bafba4a0817.tar.xz
kernel-qcow2-linux-c3c6cc91b0ae7b3d598488ad0b593bafba4a0817.zip
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>
Diffstat (limited to 'drivers/staging')
-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;