Эх сурвалжийг харах

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>
Kevin McKinney 13 жил өмнө
parent
commit
c3c6cc91b0

+ 0 - 2
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;