From: navin patidar Date: Mon, 26 May 2014 16:05:30 +0000 (+0530) Subject: staging: rtl8188eu: Remove unused function pointer declaration. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=49ac3ae8d5c356131fcfba59327a91318b98289d;p=linux-beck.git staging: rtl8188eu: Remove unused function pointer declaration. Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/odm_interface.h b/drivers/staging/rtl8188eu/include/odm_interface.h index 3fc3e3c18d41..5338290c3579 100644 --- a/drivers/staging/rtl8188eu/include/odm_interface.h +++ b/drivers/staging/rtl8188eu/include/odm_interface.h @@ -58,16 +58,6 @@ enum odm_h2c_cmd { ODM_MAX_H2CCMD }; -/* 2012/02/17 MH For non-MP compile pass only. Linux does not support workitem. */ -/* Suggest HW team to use thread instead of workitem. Windows also support the feature. */ -typedef void (*RT_WORKITEM_CALL_BACK)(void *pContext); - -/* =========== Extern Variable ??? It should be forbidden. */ - -/* =========== EXtern Function Prototype */ - -/* Memory Relative Function. */ - /* ODM Timer relative API. */ void ODM_CancelTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer);