Add missing static keyword.

MFC after:	2 weeks
This commit is contained in:
hselasky 2013-11-26 10:53:12 +00:00
parent aab537bd02
commit 594d5b9c54

View File

@ -1062,7 +1062,7 @@ fail:
return (error);
}
int
static int
run_reset(struct run_softc *sc)
{
usb_device_request_t req;
@ -1465,7 +1465,7 @@ run_get_rf(uint16_t rev)
return ("unknown");
}
int
static int
run_read_eeprom(struct run_softc *sc)
{
int8_t delta_2ghz, delta_5ghz;