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>
This commit is contained in:
parent
26cd230f0e
commit
c3c6cc91b0
|
@ -351,8 +351,6 @@ struct _MINI_ADAPTER {
|
||||||
u32 msg_enable;
|
u32 msg_enable;
|
||||||
CHAR *caDsxReqResp;
|
CHAR *caDsxReqResp;
|
||||||
atomic_t ApplicationRunning;
|
atomic_t ApplicationRunning;
|
||||||
int CtrlQueueLen;
|
|
||||||
atomic_t AppCtrlQueueLen;
|
|
||||||
BOOLEAN AppCtrlQueueOverFlow;
|
BOOLEAN AppCtrlQueueOverFlow;
|
||||||
atomic_t CurrentApplicationCount;
|
atomic_t CurrentApplicationCount;
|
||||||
atomic_t RegisteredApplicationCount;
|
atomic_t RegisteredApplicationCount;
|
||||||
|
|
Loading…
Reference in New Issue