Add missing static keyword.
MFC after: 2 weeks
This commit is contained in:
parent
78affb8591
commit
beb13f0407
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258641
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user