projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26cd230
)
Staging: bcm: Remove two unused variables from Adapter.h
author
Kevin McKinney
<klmckinney1@gmail.com>
Fri, 18 May 2012 12:51:00 +0000
(08:51 -0400)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Adapter.h
b/drivers/staging/bcm/Adapter.h
index
95652cb
..
aa51d17
100644
(file)
--- 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;