mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Added missing "static"
This commit is contained in:
@@ -263,7 +263,7 @@ static struct nvo_fragment rtl_nvo_fragments[] = {
|
||||
*
|
||||
* @v rtl RTL8139 NIC
|
||||
*/
|
||||
void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
|
||||
static void rtl_init_eeprom ( struct rtl8139_nic *rtl ) {
|
||||
int ee9356;
|
||||
int vpd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user