staging: r8188eu: remove unused prototype ODM_InitializeTimer()
authorMichael Straube <straube.linux@gmail.com>
Sat, 11 Sep 2021 13:26:33 +0000 (15:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:57 +0000 (08:49 +0200)
The function prototype ODM_InitializeTimer() is not used, remove it.

Acked-by: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210911132635.30369-17-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/odm_interface.h

index 2b103ae..c7784f5 100644 (file)
@@ -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__ */