mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
staging: r8188eu: Remove ODM_InitializeTimer
This wrapper is not used. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3c75b6d4b5
commit
52a1c19d8b
|
|
@ -20,14 +20,6 @@
|
||||||
|
|
||||||
#include "odm_precomp.h"
|
#include "odm_precomp.h"
|
||||||
|
|
||||||
void ODM_InitializeTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer,
|
|
||||||
void *CallBackFunc, void *pContext,
|
|
||||||
const char *szID)
|
|
||||||
{
|
|
||||||
struct adapter *Adapter = pDM_Odm->Adapter;
|
|
||||||
_init_timer(pTimer, Adapter->pnetdev, CallBackFunc, pDM_Odm);
|
|
||||||
}
|
|
||||||
|
|
||||||
void ODM_CancelTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer)
|
void ODM_CancelTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer)
|
||||||
{
|
{
|
||||||
_cancel_timer_ex(pTimer);
|
_cancel_timer_ex(pTimer);
|
||||||
|
|
|
||||||
|
|
@ -81,10 +81,6 @@ typedef void (*RT_WORKITEM_CALL_BACK)(void *pContext);
|
||||||
|
|
||||||
/* ODM Timer relative API. */
|
/* ODM Timer relative API. */
|
||||||
|
|
||||||
void ODM_InitializeTimer(struct odm_dm_struct *pDM_Odm,
|
|
||||||
struct timer_list *pTimer, void *CallBackFunc,
|
|
||||||
void *pContext, const char *szID);
|
|
||||||
|
|
||||||
void ODM_CancelTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer);
|
void ODM_CancelTimer(struct odm_dm_struct *pDM_Odm, struct timer_list *pTimer);
|
||||||
|
|
||||||
/* ODM FW relative API. */
|
/* ODM FW relative API. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user