libertas: make some more functions static
sparse was getting on my tits. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
David S. Miller
parent
cb182a6028
commit
2fd6cfe307
@ -113,7 +113,7 @@ static void if_usb_set_boot2_ver(struct lbs_private *priv)
|
||||
lbs_deb_usb("Setting boot2 version failed\n");
|
||||
}
|
||||
|
||||
void if_usb_fw_timeo(unsigned long priv)
|
||||
static void if_usb_fw_timeo(unsigned long priv)
|
||||
{
|
||||
struct usb_card_rec *cardp = (void *)priv;
|
||||
|
||||
|
Reference in New Issue
Block a user