Add missing static keyword.

MFC after:	2 weeks
This commit is contained in:
Hans Petter Selasky 2013-11-26 10:53:12 +00:00
parent 78affb8591
commit beb13f0407
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258641

View File

@ -1062,7 +1062,7 @@ run_load_microcode(struct run_softc *sc)
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;