]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Staging: bcm: Remove two unused variables from Adapter.h
authorKevin McKinney <klmckinney1@gmail.com>
Fri, 18 May 2012 12:51:00 +0000 (08:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 May 2012 00:41:16 +0000 (17:41 -0700)
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>
drivers/staging/bcm/Adapter.h

index 95652cbec2bdd945393d3dd18b90ac5cfefcf261..aa51d17be5a1cbdd0b8413fc1c36542715467700 100644 (file)
@@ -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;