staging: wilc1000: delete unused global variables.
gstrConfigPktInfo, SemHandleSendPkt and SemHandlePktResp are never used in the drivers. So just delete the variables and it's related code. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b701da39ed
commit
dd33a8651e
1 changed files with 0 additions and 11 deletions
|
|
@ -139,12 +139,6 @@ typedef struct {
|
|||
/*****************************************************************************/
|
||||
/* Global Variables */
|
||||
/*****************************************************************************/
|
||||
static struct semaphore SemHandleSendPkt;
|
||||
static struct semaphore SemHandlePktResp;
|
||||
|
||||
|
||||
static tstrConfigPktInfo gstrConfigPktInfo;
|
||||
|
||||
/* WID Switches */
|
||||
static tstrWID gastrWIDs[] = {
|
||||
{WID_FIRMWARE_VERSION, WID_STR},
|
||||
|
|
@ -476,11 +470,6 @@ s32 CoreConfiguratorInit(void)
|
|||
|
||||
PRINT_D(CORECONFIG_DBG, "CoreConfiguratorInit()\n");
|
||||
|
||||
sema_init(&SemHandleSendPkt, 1);
|
||||
sema_init(&SemHandlePktResp, 0);
|
||||
|
||||
|
||||
memset((void *)(&gstrConfigPktInfo), 0, sizeof(tstrConfigPktInfo));
|
||||
return s32Error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue