staging: wilc1000: coreconfigurator.c: remove unused functions
authorGlen Lee <glen.lee@atmel.com>
Fri, 11 Sep 2015 03:04:20 +0000 (12:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:55 +0000 (18:24 -0700)
commit5da0a0706b4d2a591cf9dcb0e9bfe0100bf5a5b2
tree4afa820a0716602b3e5e93f2458800fa449e3699
parenta0462838c1c8c72ffdf81461d862a320c010e025
staging: wilc1000: coreconfigurator.c: remove unused functions

This patch removes following unused funtions which will not be used anymore.

ascii_hex_to_dec
get_hex_char
extract_mac_addr
create_mac_addr
conv_ip_to_int
conv_int_to_ip
get_wid_type
get_type
CreateConfigPacket
ConfigWaitResponse
ConfigProvideResponse
ConfigPktReceived
ParseWriteResponse
CreatePacketHeader
ParseResponse
ProcessBinWid
ProcessAdrWid
ProcessStrWid
ProcessIPwid
ProcessIntWid
ProcessShortWid
ProcessCharWid

As a result, four global variable causes defined but not used compile warnings.
So just remove unused varialbs g_seqno, g_wid_num, Res_Len and g_oper_mode.

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>
drivers/staging/wilc1000/coreconfigurator.c