From: Glen Lee Date: Wed, 16 Sep 2015 01:43:53 +0000 (+0900) Subject: staging: wilc1000: delete function declaration SendRawPacket X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~1921 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be6c212a6fc0ceb942600176258b2cb2ff9cc1d1;p=karo-tx-linux.git staging: wilc1000: delete function declaration SendRawPacket SendRawpacket is declared but not implemented. It is not used also. So just delete it. Signed-off-by: Glen Lee Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/coreconfigurator.h b/drivers/staging/wilc1000/coreconfigurator.h index d2a0a0b74f55..c2aee05f0934 100644 --- a/drivers/staging/wilc1000/coreconfigurator.h +++ b/drivers/staging/wilc1000/coreconfigurator.h @@ -180,7 +180,6 @@ s32 ParseSurveyResults(u8 ppu8RcvdSiteSurveyResults[][MAX_SURVEY_RESULT_FRAG_SIZ s32 DeallocateSurveyResults(wid_site_survey_reslts_s *pstrSurveyResults); #endif -s32 SendRawPacket(s8 *pspacket, s32 s32PacketLen); void NetworkInfoReceived(u8 *pu8Buffer, u32 u32Length); void GnrlAsyncInfoReceived(u8 *pu8Buffer, u32 u32Length); void host_int_ScanCompleteReceived(u8 *pu8Buffer, u32 u32Length);