Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: winbond: mto: deleted extern functions

Deleted declaration of external functions that weren't used on this driver.

Signed-off-by: Iker Pedrosa <ikerpedrosam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Iker Pedrosa and committed by
Greg Kroah-Hartman
bd85b595 46234cc5

-4
-4
drivers/staging/winbond/mto.h
··· 129 129 130 130 void MTO_Init(struct wbsoft_priv *); 131 131 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 t0, u8 index); 132 - extern void MTO_PeriodicTimerExpired(struct wbsoft_priv *); 133 - extern void MTO_SetDTORateRange(struct wbsoft_priv *, u8 *, u8); 134 - extern u8 MTO_GetTxRate(struct wbsoft_priv *adapter, u32 fpdu_len); 135 - extern u8 MTO_GetTxFallbackRate(struct wbsoft_priv *adapter); 136 132 137 133 #endif /* __MTO_H__ */ 138 134