Commit 8eb1e900 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove unused prototype ODM_InitializeTimer()



The function prototype ODM_InitializeTimer() is not used, remove it.

Acked-by: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210911132635.30369-17-straube.linux@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9dac2384
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -99,10 +99,6 @@ void ODM_delay_us(u32 us);

void ODM_sleep_ms(u32 ms);

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);

#endif	/*  __ODM_INTERFACE_H__ */